diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-18 23:02:36 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-18 23:02:36 +0200 |
commit | fb4cb1c41697b4009608527a343dbd8265ad7993 (patch) | |
tree | 826c14e2a630173450f82fb958677274989c12b4 /e2fsprogs/Config.src | |
parent | 55241fa2e0a623c6f3f3f9c6e430d72bc10858bc (diff) | |
download | busybox-w32-fb4cb1c41697b4009608527a343dbd8265ad7993.tar.gz busybox-w32-fb4cb1c41697b4009608527a343dbd8265ad7993.tar.bz2 busybox-w32-fb4cb1c41697b4009608527a343dbd8265ad7993.zip |
tweak defconfig
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs/Config.src')
-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 f362c6b0a..62bc810f8 100644 --- a/e2fsprogs/Config.src +++ b/e2fsprogs/Config.src | |||
@@ -45,7 +45,7 @@ config LSATTR | |||
45 | 45 | ||
46 | config TUNE2FS | 46 | config TUNE2FS |
47 | bool "tune2fs" | 47 | bool "tune2fs" |
48 | default y | 48 | default n # off: it is too limited compared to upstream version |
49 | help | 49 | help |
50 | tune2fs allows the system administrator to adjust various tunable | 50 | tune2fs allows the system administrator to adjust various tunable |
51 | filesystem parameters on Linux ext2/ext3 filesystems. | 51 | filesystem parameters on Linux ext2/ext3 filesystems. |