diff options
author | Denys Vlasenko | 2015-10-30 22:10:44 +0100 |
---|---|---|
committer | Denys Vlasenko | 2015-10-30 22:10:44 +0100 |
commit | ace833028f12c236ac6d148158d10129e542b985 (patch) | |
tree | c2847508318c0e025e694a0b45cfe05702638cd1 /coreutils/Config.src | |
parent | fe0dc34746b141f158908e311b405dd332c3dcb1 (diff) | |
download | busybox-ace833028f12c236ac6d148158d10129e542b985.zip busybox-ace833028f12c236ac6d148158d10129e542b985.tar.gz |
stat: make -f optional. This allows to build stat for non-linux systems
function old new delta
packed_usage 30761 30706 -55
Based on the patch by Ron Yorston.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index ffbef1a..619c2ef 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src @@ -543,22 +543,6 @@ config FEATURE_SPLIT_FANCY Supports additional suffixes 'b' for 512 bytes, 'g' for 1GiB for the -b option. -config STAT - bool "stat" - default y - select PLATFORM_LINUX # statfs() - help - display file or filesystem status. - -config FEATURE_STAT_FORMAT - bool "Enable custom formats (-c)" - default y - depends on STAT - help - Without this, stat will not support the '-c format' option where - users can pass a custom format string for output. This adds about - 7k to a nonstatic build on amd64. - config STTY bool "stty" default y |