diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-05 10:17:08 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-05 10:17:08 +0000 |
commit | 7d219aab70e6951ab82c27c202cac05016696723 (patch) | |
tree | 4c0679bfa391f71aee9b51505a5d3dc8f60a0cf7 /libbb/Config.in | |
parent | 8f8f268cfdecb4cabeb2e649a73afc7a485aeff5 (diff) | |
download | busybox-w32-7d219aab70e6951ab82c27c202cac05016696723.tar.gz busybox-w32-7d219aab70e6951ab82c27c202cac05016696723.tar.bz2 busybox-w32-7d219aab70e6951ab82c27c202cac05016696723.zip |
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 c5406cbb9..92ee55cbc 100644 --- a/libbb/Config.in +++ b/libbb/Config.in | |||
@@ -5,14 +5,14 @@ | |||
5 | 5 | ||
6 | menu "Busybox Library Tuning" | 6 | menu "Busybox Library Tuning" |
7 | 7 | ||
8 | config CONFIG_PASSWORD_MINLEN | 8 | config PASSWORD_MINLEN |
9 | int "Minimum password length" | 9 | int "Minimum password length" |
10 | default 6 | 10 | default 6 |
11 | range 5 32 | 11 | range 5 32 |
12 | help | 12 | help |
13 | Minimum allowable password length. | 13 | Minimum allowable password length. |
14 | 14 | ||
15 | config CONFIG_MD5_SIZE_VS_SPEED | 15 | config MD5_SIZE_VS_SPEED |
16 | int " MD5: Trade Bytes for Speed" | 16 | int " MD5: Trade Bytes for Speed" |
17 | default 2 | 17 | default 2 |
18 | range 0 3 | 18 | range 0 3 |