diff options
Diffstat (limited to 'e2fsprogs/Config.src')
-rw-r--r-- | e2fsprogs/Config.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e2fsprogs/Config.src b/e2fsprogs/Config.src index f362c6b0a..6043e9b57 100644 --- a/e2fsprogs/Config.src +++ b/e2fsprogs/Config.src | |||
@@ -33,6 +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 | help | 37 | help |
37 | lsattr lists the file attributes on a second extended file system. | 38 | lsattr lists the file attributes on a second extended file system. |
38 | 39 | ||
@@ -45,7 +46,7 @@ config LSATTR | |||
45 | 46 | ||
46 | config TUNE2FS | 47 | config TUNE2FS |
47 | bool "tune2fs" | 48 | bool "tune2fs" |
48 | default y | 49 | default n # off: it is too limited compared to upstream version |
49 | help | 50 | help |
50 | tune2fs allows the system administrator to adjust various tunable | 51 | tune2fs allows the system administrator to adjust various tunable |
51 | filesystem parameters on Linux ext2/ext3 filesystems. | 52 | filesystem parameters on Linux ext2/ext3 filesystems. |