diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:13:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:13:22 +0000 |
commit | 4ee7cd4f6f9f85871c8814bb524d3e691a2992a9 (patch) | |
tree | c1ca93c475e72736cfee70eaaa631f499da3b7e0 /libbb/Config.in | |
parent | aa9b1828b91bc4b60f1164b7929a6a0ac091419e (diff) |
*: mode tcp/udpsvd to networking, delete ipsvd/*
*/Config.in: fixes to text
svlogd: make it NOMMU capable
function old new delta
processorstart 378 420 +42
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes
text data bss dec hex filename
797153 662 7420 805235 c4973 busybox_old
797196 662 7420 805278 c499e busybox_unstripped
Diffstat (limited to 'libbb/Config.in')
-rw-r--r-- | libbb/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.in b/libbb/Config.in index 9389fe808..842dd1f74 100644 --- a/libbb/Config.in +++ b/libbb/Config.in @@ -13,7 +13,7 @@ config PASSWORD_MINLEN Minimum allowable password length. config MD5_SIZE_VS_SPEED - int " MD5: Trade Bytes for Speed" + int "MD5: Trade Bytes for Speed" default 2 range 0 3 help |