diff options
author | Ron Yorston <rmy@pobox.com> | 2015-10-31 17:13:47 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-10-31 17:13:47 +0000 |
commit | 4432dbba6559d3d88e18ecf2c33d9e5a39e82074 (patch) | |
tree | f6db886523a04e0b45926336223ff8c32761dc43 /coreutils/Config.src | |
parent | bc09f29f78547856e2152dc47051aeed548f28e8 (diff) | |
parent | 6bd3fff51aa74e2ee2d87887b12182a3b09792ef (diff) | |
download | busybox-w32-4432dbba6559d3d88e18ecf2c33d9e5a39e82074.tar.gz busybox-w32-4432dbba6559d3d88e18ecf2c33d9e5a39e82074.tar.bz2 busybox-w32-4432dbba6559d3d88e18ecf2c33d9e5a39e82074.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 21b97d382..619c2efe8 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -543,21 +543,6 @@ config FEATURE_SPLIT_FANCY | |||
543 | Supports additional suffixes 'b' for 512 bytes, | 543 | Supports additional suffixes 'b' for 512 bytes, |
544 | 'g' for 1GiB for the -b option. | 544 | 'g' for 1GiB for the -b option. |
545 | 545 | ||
546 | config STAT | ||
547 | bool "stat" | ||
548 | default y | ||
549 | help | ||
550 | display file or filesystem status. | ||
551 | |||
552 | config FEATURE_STAT_FORMAT | ||
553 | bool "Enable custom formats (-c)" | ||
554 | default y | ||
555 | depends on STAT | ||
556 | help | ||
557 | Without this, stat will not support the '-c format' option where | ||
558 | users can pass a custom format string for output. This adds about | ||
559 | 7k to a nonstatic build on amd64. | ||
560 | |||
561 | config STTY | 546 | config STTY |
562 | bool "stty" | 547 | bool "stty" |
563 | default y | 548 | default y |