Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-02-27 00:24:08 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-27 00:24:08 +0300
commite3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 (patch)
tree0fb387c2e7d45dc541d9a42f9f0eba4352353aa5 /e2fsprogs
parentda4441c44f6efccb6f7b7588404d9c6bfb7b6af8 (diff)
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs')
-rw-r--r--e2fsprogs/Config.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/Config.src b/e2fsprogs/Config.src
index 6043e9b57..743e1e11f 100644
--- a/e2fsprogs/Config.src
+++ b/e2fsprogs/Config.src
@@ -33,7 +33,7 @@ config FSCK
config LSATTR
bool "lsattr"
default y
- depends on PLATFORM_LINUX
+ select PLATFORM_LINUX
help
lsattr lists the file attributes on a second extended file system.