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 /Config.in | |
parent | aa9b1828b91bc4b60f1164b7929a6a0ac091419e (diff) | |
download | busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.tar.gz busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.tar.bz2 busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.zip |
*: 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 'Config.in')
-rw-r--r-- | Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -111,7 +111,7 @@ config LOCALE_SUPPORT | |||
111 | busybox to support locale settings. | 111 | busybox to support locale settings. |
112 | 112 | ||
113 | config GETOPT_LONG | 113 | config GETOPT_LONG |
114 | bool "Enable support for --long-options" | 114 | bool "Support for --long-options" |
115 | default y | 115 | default y |
116 | help | 116 | help |
117 | Enable this if you want busybox applets to use the gnu --long-option | 117 | Enable this if you want busybox applets to use the gnu --long-option |
@@ -567,4 +567,3 @@ source sysklogd/Config.in | |||
567 | source runit/Config.in | 567 | source runit/Config.in |
568 | source selinux/Config.in | 568 | source selinux/Config.in |
569 | source printutils/Config.in | 569 | source printutils/Config.in |
570 | source ipsvd/Config.in | ||