Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-05 14:17:08 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-05 14:17:08 +0400
commit7d219aab70e6951ab82c27c202cac05016696723 (patch)
tree4c0679bfa391f71aee9b51505a5d3dc8f60a0cf7 /libbb/Config.in
parent8f8f268cfdecb4cabeb2e649a73afc7a485aeff5 (diff)
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 @@
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