busybox: Enable cryptpw

This tool is used to generate the bootloader password.

BugzID: 59950
This commit is contained in:
Alexandre Bard 2020-01-13 10:50:39 +01:00
parent 96182d4aab
commit 1a301cc18c
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,2 @@
# Mon Jan 13 08:08:27 2020
CONFIG_CRYPTPW=y

View File

@ -8,5 +8,6 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += " \ SRC_URI += " \
file://no_rfkill.cfg \ file://no_rfkill.cfg \
" file://cryptpw.cfg \
"