diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-01 18:28:03 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-01 18:28:03 +0000 |
commit | 7d588e1ab6de989156fcf8c9036852eb1808b564 (patch) | |
tree | 49d35d3cc5b7cc19c03d8e5927941aa9fad3b49c /package/busybox/config/libbb | |
parent | 1e2486667b9f34681c5708ea12c5532c2087917b (diff) |
update busybox menuconfig for the latest version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5953 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/libbb')
-rw-r--r-- | package/busybox/config/libbb/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/busybox/config/libbb/Config.in b/package/busybox/config/libbb/Config.in index 7d84a75962..4919f9b0b5 100644 --- a/package/busybox/config/libbb/Config.in +++ b/package/busybox/config/libbb/Config.in @@ -5,6 +5,13 @@ menu "Busybox Library Tuning" +config BUSYBOX_CONFIG_PASSWORD_MINLEN + int "Minimum password length" + default 6 + range 5 32 + help + Minimum allowable password length. + config BUSYBOX_CONFIG_MD5_SIZE_VS_SPEED int " MD5: Trade Bytes for Speed" default 2 |