summaryrefslogtreecommitdiff
path: root/package/busybox/config/coreutils
diff options
context:
space:
mode:
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