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 | b0f15545ca8656df1248462a37f17cc789d611de (patch) | |
tree | 5258f6bc82ded19521212f522f4c32e01259a6a6 /target/linux/generic/config-2.6.37 | |
parent | fc778afbd3cc276bfae58a5393b14110413b667b (diff) | |
download | upstream-b0f15545ca8656df1248462a37f17cc789d611de.tar.gz upstream-b0f15545ca8656df1248462a37f17cc789d611de.tar.bz2 upstream-b0f15545ca8656df1248462a37f17cc789d611de.zip |
use ext4 for ext2/3 on 2.6.32+
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24083 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-2.6.37')
-rw-r--r-- | target/linux/generic/config-2.6.37 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.37 b/target/linux/generic/config-2.6.37 index c44f0ff14a..c206eac3f9 100644 --- a/target/linux/generic/config-2.6.37 +++ b/target/linux/generic/config-2.6.37 @@ -563,7 +563,7 @@ CONFIG_EXPERIMENTAL=y # CONFIG_EXT3_FS_XATTR 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 |