summaryrefslogtreecommitdiff
path: root/package/busybox/config/coreutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-25 01:29:34 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-25 01:31:18 +0200
commitcf89431cc54bfa4b48732133bd29ef9999368c36 (patch)
tree98cb4ad50799d09e8ea6844aa39e573b5e192a55 /package/busybox/config/coreutils
parent01af213ee5720c929973534da555f89abaf301f5 (diff)
busybox: update to 1.25.0
Diffstat (limited to 'package/busybox/config/coreutils')
-rw-r--r--package/busybox/config/coreutils/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in
index ffd6d0eb1..54e4a1b9b 100644
--- a/package/busybox/config/coreutils/Config.in
+++ b/package/busybox/config/coreutils/Config.in
@@ -779,6 +779,15 @@ config BUSYBOX_FEATURE_STAT_FORMAT
users can pass a custom format string for output. This adds about
7k to a nonstatic build on amd64.
+config BUSYBOX_FEATURE_STAT_FILESYSTEM
+ bool "Enable display of filesystem status (-f)"
+ default n
+ depends on BUSYBOX_STAT
+ select BUSYBOX_PLATFORM_LINUX # statfs()
+ help
+ Without this, stat will not support the '-f' option to display
+ information about filesystem status.
+
config BUSYBOX_STTY
bool "stty"
default n