diff options
author | Denis Vlasenko | 2008-03-17 09:13:22 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-03-17 09:13:22 +0000 |
commit | 4ee7cd4f6f9f85871c8814bb524d3e691a2992a9 (patch) | |
tree | c1ca93c475e72736cfee70eaaa631f499da3b7e0 /TODO_config_nommu | |
parent | aa9b1828b91bc4b60f1164b7929a6a0ac091419e (diff) | |
download | busybox-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.zip busybox-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.tar.gz |
*: 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 'TODO_config_nommu')
-rw-r--r-- | TODO_config_nommu | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/TODO_config_nommu b/TODO_config_nommu index 042f622..03111c1 100644 --- a/TODO_config_nommu +++ b/TODO_config_nommu @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.10.0.svn -# Sat Mar 8 01:11:42 2008 +# Sat Mar 15 20:36:24 2008 # CONFIG_HAVE_DOT_CONFIG=y @@ -698,6 +698,7 @@ CONFIG_FEATURE_TELNET_AUTOLOGIN=y CONFIG_TELNETD=y CONFIG_FEATURE_TELNETD_STANDALONE=y CONFIG_TFTP=y +CONFIG_TFTPD=y CONFIG_FEATURE_TFTP_GET=y CONFIG_FEATURE_TFTP_PUT=y CONFIG_FEATURE_TFTP_BLOCKSIZE=y @@ -724,6 +725,8 @@ CONFIG_FEATURE_WGET_STATUSBAR=y CONFIG_FEATURE_WGET_AUTHENTICATION=y CONFIG_FEATURE_WGET_LONG_OPTIONS=y CONFIG_ZCIP=y +CONFIG_TCPSVD=y +CONFIG_UDPSVD=y # # Process Utilities @@ -812,7 +815,7 @@ CONFIG_LOGGER=y # CONFIG_RUNSV is not set CONFIG_RUNSVDIR=y CONFIG_SV=y -# CONFIG_SVLOGD is not set +CONFIG_SVLOGD=y CONFIG_CHPST=y CONFIG_SETUIDGID=y CONFIG_ENVUIDGID=y @@ -840,9 +843,3 @@ CONFIG_SOFTLIMIT=y CONFIG_LPD=y CONFIG_LPR=y CONFIG_LPQ=y - -# -# ipsvd Utilities -# -CONFIG_TCPSVD=y -CONFIG_UDPSVD=y |