diff options
| author | Ron Yorston <rmy@pobox.com> | 2014-01-06 12:15:28 +0000 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2014-01-06 12:15:28 +0000 |
| commit | efa0cd7dd196cffdd253417ab6a06271fd655abf (patch) | |
| tree | 37ce49f767bda54bf38e9ca4f4d32374a84ab8aa /coreutils/Config.src | |
| parent | 81d958ea6cc8ce98b69148896ebced6458a9715a (diff) | |
| download | busybox-w32-efa0cd7dd196cffdd253417ab6a06271fd655abf.tar.gz busybox-w32-efa0cd7dd196cffdd253417ab6a06271fd655abf.tar.bz2 busybox-w32-efa0cd7dd196cffdd253417ab6a06271fd655abf.zip | |
Remove feature that allows stat -f to be disabled
Diffstat (limited to 'coreutils/Config.src')
| -rw-r--r-- | coreutils/Config.src | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 8e43c38e1..b5701217e 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
| @@ -599,15 +599,6 @@ config FEATURE_STAT_FORMAT | |||
| 599 | users can pass a custom format string for output. This adds about | 599 | users can pass a custom format string for output. This adds about |
| 600 | 7k to a nonstatic build on amd64. | 600 | 7k to a nonstatic build on amd64. |
| 601 | 601 | ||
| 602 | config FEATURE_STAT_FILESYSTEM | ||
| 603 | bool "Enable display of filesystem status (-f)" | ||
| 604 | default y | ||
| 605 | depends on STAT | ||
| 606 | select PLATFORM_LINUX # statfs() | ||
| 607 | help | ||
| 608 | Without this, stat will not support the '-f' option to display | ||
| 609 | information about filesystem status. | ||
| 610 | |||
| 611 | config STTY | 602 | config STTY |
| 612 | bool "stty" | 603 | bool "stty" |
| 613 | default y | 604 | default y |
