summaryrefslogtreecommitdiff
path: root/coreutils/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-02-26 22:24:08 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-26 22:24:08 +0100
commite3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 (patch)
tree0fb387c2e7d45dc541d9a42f9f0eba4352353aa5 /coreutils/Config.src
parentda4441c44f6efccb6f7b7588404d9c6bfb7b6af8 (diff)
downloadbusybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.gz
busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.bz2
busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.zip
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r--coreutils/Config.src2
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
591config STAT 591config STAT
592 bool "stat" 592 bool "stat"
593 default y 593 default y
594 depends on PLATFORM_LINUX # statfs() 594 select PLATFORM_LINUX # statfs()
595 help 595 help
596 display file or filesystem status. 596 display file or filesystem status.
597 597