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 /miscutils | |
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 'miscutils')
-rw-r--r-- | miscutils/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 2cc6d9e80..e149e41c9 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -178,7 +178,7 @@ config DEVFSD_VERBOSE | |||
178 | Increases logging to stderr or syslog. | 178 | Increases logging to stderr or syslog. |
179 | 179 | ||
180 | config FEATURE_DEVFS | 180 | config FEATURE_DEVFS |
181 | bool " Use devfs names for all devices (obsolete)" | 181 | bool "Use devfs names for all devices (obsolete)" |
182 | default n | 182 | default n |
183 | help | 183 | help |
184 | This is obsolete and will be going away at the end of 2008.. | 184 | This is obsolete and will be going away at the end of 2008.. |
@@ -194,7 +194,7 @@ config EJECT | |||
194 | Used to eject cdroms. (defaults to /dev/cdrom) | 194 | Used to eject cdroms. (defaults to /dev/cdrom) |
195 | 195 | ||
196 | config FEATURE_EJECT_SCSI | 196 | config FEATURE_EJECT_SCSI |
197 | bool "eject scsi support" | 197 | bool "SCSI support" |
198 | default n | 198 | default n |
199 | depends on EJECT | 199 | depends on EJECT |
200 | help | 200 | help |
@@ -437,7 +437,7 @@ config TASKSET | |||
437 | This requires sched_{g,s}etaffinity support in your libc. | 437 | This requires sched_{g,s}etaffinity support in your libc. |
438 | 438 | ||
439 | config FEATURE_TASKSET_FANCY | 439 | config FEATURE_TASKSET_FANCY |
440 | bool "fancy output" | 440 | bool "Fancy output" |
441 | default y | 441 | default y |
442 | depends on TASKSET | 442 | depends on TASKSET |
443 | help | 443 | help |