summaryrefslogtreecommitdiff
path: root/libbb/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-05 10:17:08 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-05 10:17:08 +0000
commit7d219aab70e6951ab82c27c202cac05016696723 (patch)
tree4c0679bfa391f71aee9b51505a5d3dc8f60a0cf7 /libbb/Config.in
parent8f8f268cfdecb4cabeb2e649a73afc7a485aeff5 (diff)
downloadbusybox-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.in4
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
6menu "Busybox Library Tuning" 6menu "Busybox Library Tuning"
7 7
8config CONFIG_PASSWORD_MINLEN 8config 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
15config CONFIG_MD5_SIZE_VS_SPEED 15config 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