aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-10-31 17:18:32 +0000
committerRon Yorston <rmy@pobox.com>2015-11-01 12:43:28 +0000
commite43a8c39c4995011d60d294807167dbf9d512b48 (patch)
treea4d9f1d1329759ace4c4f9d51096ebf3469f7f61 /coreutils
parent4432dbba6559d3d88e18ecf2c33d9e5a39e82074 (diff)
downloadbusybox-w32-e43a8c39c4995011d60d294807167dbf9d512b48.tar.gz
busybox-w32-e43a8c39c4995011d60d294807167dbf9d512b48.tar.bz2
busybox-w32-e43a8c39c4995011d60d294807167dbf9d512b48.zip
Update default configuration
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/stat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c
index 1a490fef7..be2723d13 100644
--- a/coreutils/stat.c
+++ b/coreutils/stat.c
@@ -31,7 +31,6 @@
31//config: bool "Enable display of filesystem status (-f)" 31//config: bool "Enable display of filesystem status (-f)"
32//config: default y 32//config: default y
33//config: depends on STAT 33//config: depends on STAT
34//config: select PLATFORM_LINUX # statfs()
35//config: help 34//config: help
36//config: Without this, stat will not support the '-f' option to display 35//config: Without this, stat will not support the '-f' option to display
37//config: information about filesystem status. 36//config: information about filesystem status.