aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-30 22:10:44 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-30 22:10:44 +0100
commitace833028f12c236ac6d148158d10129e542b985 (patch)
treec2847508318c0e025e694a0b45cfe05702638cd1 /coreutils/Config.src
parentfe0dc34746b141f158908e311b405dd332c3dcb1 (diff)
downloadbusybox-w32-ace833028f12c236ac6d148158d10129e542b985.tar.gz
busybox-w32-ace833028f12c236ac6d148158d10129e542b985.tar.bz2
busybox-w32-ace833028f12c236ac6d148158d10129e542b985.zip
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.src16
1 files changed, 0 insertions, 16 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src
index ffbef1a31..619c2efe8 100644
--- a/coreutils/Config.src
+++ b/coreutils/Config.src
@@ -543,22 +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
546config STAT
547 bool "stat"
548 default y
549 select PLATFORM_LINUX # statfs()
550 help
551 display file or filesystem status.
552
553config FEATURE_STAT_FORMAT
554 bool "Enable custom formats (-c)"
555 default y
556 depends on STAT
557 help
558 Without this, stat will not support the '-c format' option where
559 users can pass a custom format string for output. This adds about
560 7k to a nonstatic build on amd64.
561
562config STTY 546config STTY
563 bool "stty" 547 bool "stty"
564 default y 548 default y