diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-11-22 12:11:50 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-11-22 12:11:50 +0000 |
commit | 67d797821c2c20fcd5b56044625ca281b2ab8548 (patch) | |
tree | e423a38e91e42f291a40ee78302b4a91f40ce89d /target/linux/generic/config-2.6.35 | |
parent | 06e91a553e328a17920b6ee070f6f6d25b3d7308 (diff) | |
download | upstream-67d797821c2c20fcd5b56044625ca281b2ab8548.tar.gz upstream-67d797821c2c20fcd5b56044625ca281b2ab8548.tar.bz2 upstream-67d797821c2c20fcd5b56044625ca281b2ab8548.zip |
use ext4 for ext2/3 on 2.6.32+
SVN-Revision: 24083
Diffstat (limited to 'target/linux/generic/config-2.6.35')
-rw-r--r-- | target/linux/generic/config-2.6.35 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.35 b/target/linux/generic/config-2.6.35 index f1911ed3dd..09b0322521 100644 --- a/target/linux/generic/config-2.6.35 +++ b/target/linux/generic/config-2.6.35 @@ -593,7 +593,7 @@ CONFIG_EXPERIMENTAL=y # CONFIG_EXT4DEV_FS is not set # CONFIG_EXT4_DEBUG is not set # CONFIG_EXT4_FS is not set -# CONFIG_EXT4_USE_FOR_EXT23 is not set +CONFIG_EXT4_USE_FOR_EXT23=y CONFIG_EXTRA_FIRMWARE="" CONFIG_EXTRA_TARGETS="" # CONFIG_EZX_PCAP is not set |