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-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 '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 Increases logging to stderr or syslog. config FEATURE_DEVFS - bool " Use devfs names for all devices (obsolete)" + bool "Use devfs names for all devices (obsolete)" default n help This is obsolete and will be going away at the end of 2008.. @@ -194,7 +194,7 @@ config EJECT Used to eject cdroms. (defaults to /dev/cdrom) config FEATURE_EJECT_SCSI - bool "eject scsi support" + bool "SCSI support" default n depends on EJECT help @@ -437,7 +437,7 @@ config TASKSET This requires sched_{g,s}etaffinity support in your libc. config FEATURE_TASKSET_FANCY - bool "fancy output" + bool "Fancy output" default y depends on TASKSET help |