package/mkpasswd: expose the host variant in menuconfig
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 7 Oct 2016 16:59:11 +0000 (18:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 7 Oct 2016 20:56:46 +0000 (22:56 +0200)
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>
package/Config.in.host
package/mkpasswd/Config.in.host [new file with mode: 0644]

index 6d61f19d9af43628c30bd5a5154a89194018a6df..1140c70c82ce082dce37b9782f972f18cf1def4d 100644 (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"
diff --git a/package/mkpasswd/Config.in.host b/package/mkpasswd/Config.in.host
new file mode 100644 (file)
index 0000000..fb5bc80
--- /dev/null
@@ -0,0 +1,2 @@
+config BR2_PACKAGE_HOST_MKPASSWD
+       bool "host-mkpasswd"