aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-25 21:50:18 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-25 21:50:18 +0000
commit10f8f5f4433a88b9cf9048d38a45838aa6e2abf6 (patch)
tree70eb52b176ebc5bf9067caec93181891f8c1d4b6 /coreutils/Config.in
parent55f30b05ac6902ac17bad04f38fd4f381a8d75f7 (diff)
downloadbusybox-10f8f5f4433a88b9cf9048d38a45838aa6e2abf6.tar.gz
- rough prototype for split(1). TODO: Still needs some love since it's way too big..
text data bss dec hex filename 602 4 0 606 25e coreutils/split.o
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 000f3a8af..baac799db 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -536,6 +536,14 @@ config FEATURE_SORT_BIG
The SuSv3 sort standard is available at:
http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html
+config SPLIT
+ bool "split"
+ default n
+ help
+ split a file into pieces.
+
+ http://www.opengroup.org/onlinepubs/007904975/utilities/split.html
+
config STAT
bool "stat"
default n