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:
Yann E. MORIN 2016-10-07 18:59:11 +02:00 committed by Thomas Petazzoni
parent 55a481bec1
commit 702bf6597d
2 changed files with 3 additions and 0 deletions

View file

@ -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"

View file

@ -0,0 +1,2 @@
config BR2_PACKAGE_HOST_MKPASSWD
bool "host-mkpasswd"