diff options
author | Denis Vlasenko | 2006-10-05 10:17:08 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-10-05 10:17:08 +0000 |
commit | 7d219aab70e6951ab82c27c202cac05016696723 (patch) | |
tree | 4c0679bfa391f71aee9b51505a5d3dc8f60a0cf7 /libbb/Config.in | |
parent | 8f8f268cfdecb4cabeb2e649a73afc7a485aeff5 (diff) | |
download | busybox-7d219aab70e6951ab82c27c202cac05016696723.zip busybox-7d219aab70e6951ab82c27c202cac05016696723.tar.gz |
build system overhaul
Diffstat (limited to 'libbb/Config.in')
-rw-r--r-- | libbb/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/Config.in b/libbb/Config.in index c5406cb..92ee55c 100644 --- a/libbb/Config.in +++ b/libbb/Config.in @@ -5,14 +5,14 @@ menu "Busybox Library Tuning" -config CONFIG_PASSWORD_MINLEN +config PASSWORD_MINLEN int "Minimum password length" default 6 range 5 32 help Minimum allowable password length. -config CONFIG_MD5_SIZE_VS_SPEED +config MD5_SIZE_VS_SPEED int " MD5: Trade Bytes for Speed" default 2 range 0 3 |