From 7d219aab70e6951ab82c27c202cac05016696723 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 5 Oct 2006 10:17:08 +0000 Subject: build system overhaul --- libbb/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbb/Config.in') 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 -- cgit v1.2.3-55-g6feb