diff options
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 1a044f96c..1843e8b0e 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src @@ -591,7 +591,7 @@ config FEATURE_SPLIT_FANCY config STAT bool "stat" default y - depends on PLATFORM_LINUX # statfs() + select PLATFORM_LINUX # statfs() help display file or filesystem status. |