pwgen: add host utilities menu entry

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2014-07-01 08:42:03 -03:00 committed by Peter Korsgaard
parent 4d1824f367
commit 66770f1a93
2 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,7 @@ menu "Host utilities"
source "package/omap-u-boot-utils/Config.in.host"
source "package/openocd/Config.in.host"
source "package/parted/Config.in.host"
source "package/pwgen/Config.in.host"
source "package/sam-ba/Config.in.host"
source "package/squashfs/Config.in.host"
source "package/sunxi-tools/Config.in.host"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_HOST_PWGEN
bool "host pwgen"
help
Pwgen is a small, GPL'ed password generator which creates passwords
which can be easily memorized by a human.
http://sourceforge.net/projects/pwgen/