diff options
author | Bernhard Reutner-Fischer | 2007-03-28 16:48:40 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2007-03-28 16:48:40 +0000 |
commit | 0a537a0c5760215f3ea9e5af07f0a656e5bfa408 (patch) | |
tree | 871fd85ef843375e5ff9885e852f4e1b466cf337 /coreutils/Config.in | |
parent | 0864f4d14f8838e721a17717efc5f9de4db61480 (diff) | |
download | busybox-0a537a0c5760215f3ea9e5af07f0a656e5bfa408.zip busybox-0a537a0c5760215f3ea9e5af07f0a656e5bfa408.tar.gz |
- move additional fancy options not mandated by SUSv3 into a FANCY option
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index baac799..be5e952 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -541,8 +541,15 @@ config SPLIT default n help split a file into pieces. - - http://www.opengroup.org/onlinepubs/007904975/utilities/split.html + +config FEATURE_SPLIT_FANCY + bool "fancy extensions" + default n + depends on SPLIT + help + Add support for features not required by SUSv3. + Supports additional suffixes 'b' for 512 bytes, + 'g' for 1GiB for the -b option. config STAT bool "stat" |