summaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-17 09:13:22 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-17 09:13:22 +0000
commit4ee7cd4f6f9f85871c8814bb524d3e691a2992a9 (patch)
treec1ca93c475e72736cfee70eaaa631f499da3b7e0 /coreutils
parentaa9b1828b91bc4b60f1164b7929a6a0ac091419e (diff)
downloadbusybox-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 'coreutils')
-rw-r--r--coreutils/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index e2072c843..8d6192586 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -528,7 +528,7 @@ config SORT
528 sort is used to sort lines of text in specified files. 528 sort is used to sort lines of text in specified files.
529 529
530config FEATURE_SORT_BIG 530config FEATURE_SORT_BIG
531 bool "full SuSv3 compliant sort (Support -ktcsbdfiozgM)" 531 bool "Full SuSv3 compliant sort (support -ktcsbdfiozgM)"
532 default y 532 default y
533 depends on SORT 533 depends on SORT
534 help 534 help
@@ -546,7 +546,7 @@ config SPLIT
546 split a file into pieces. 546 split a file into pieces.
547 547
548config FEATURE_SPLIT_FANCY 548config FEATURE_SPLIT_FANCY
549 bool "fancy extensions" 549 bool "Fancy extensions"
550 default n 550 default n
551 depends on SPLIT 551 depends on SPLIT
552 help 552 help
@@ -616,7 +616,7 @@ config TEE
616 to standard output and files. 616 to standard output and files.
617 617
618config FEATURE_TEE_USE_BLOCK_IO 618config FEATURE_TEE_USE_BLOCK_IO
619 bool "Enable block i/o (larger/faster) instead of byte i/o." 619 bool "Enable block I/O (larger/faster) instead of byte I/O"
620 default n 620 default n
621 depends on TEE 621 depends on TEE
622 help 622 help