diff options
Diffstat (limited to 'e2fsprogs')
-rw-r--r-- | e2fsprogs/Config.src | 2 |
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 | |||
33 | config LSATTR | 33 | config LSATTR |
34 | bool "lsattr" | 34 | bool "lsattr" |
35 | default y | 35 | default y |
36 | depends on PLATFORM_LINUX | 36 | select PLATFORM_LINUX |
37 | help | 37 | help |
38 | lsattr lists the file attributes on a second extended file system. | 38 | lsattr lists the file attributes on a second extended file system. |
39 | 39 | ||