package/mkpasswd: expose the host variant in menuconfig
Some people may need it to generate passwords (not necessarily for users) from post-build scripts. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
55a481bec1
commit
702bf6597d
@ -23,6 +23,7 @@ menu "Host utilities"
|
||||
source "package/jsmin/Config.in.host"
|
||||
source "package/lpc3250loader/Config.in.host"
|
||||
source "package/mke2img/Config.in.host"
|
||||
source "package/mkpasswd/Config.in.host"
|
||||
source "package/mtd/Config.in.host"
|
||||
source "package/mtools/Config.in.host"
|
||||
source "package/mxsldr/Config.in.host"
|
||||
|
2
package/mkpasswd/Config.in.host
Normal file
2
package/mkpasswd/Config.in.host
Normal file
@ -0,0 +1,2 @@
|
||||
config BR2_PACKAGE_HOST_MKPASSWD
|
||||
bool "host-mkpasswd"
|
Loading…
Reference in New Issue
Block a user