diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-08 15:33:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-08 15:33:34 +0000 |
commit | 125300193b9a96f8d5334d9c28949458622347d7 (patch) | |
tree | f533e3401825126ce3c01f8989ef94909bc35b22 | |
parent | 380fd63fb5876a8d51484dde4a7348b3df304ff7 (diff) | |
download | upstream-125300193b9a96f8d5334d9c28949458622347d7.tar.gz upstream-125300193b9a96f8d5334d9c28949458622347d7.tar.bz2 upstream-125300193b9a96f8d5334d9c28949458622347d7.zip |
add ext2 to the x86-2.6 kernel by default
SVN-Revision: 4960
-rw-r--r-- | openwrt/target/linux/x86-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/x86-2.6/config b/openwrt/target/linux/x86-2.6/config index 5c01bbf9cc..a9ce293d32 100644 --- a/openwrt/target/linux/x86-2.6/config +++ b/openwrt/target/linux/x86-2.6/config @@ -1809,7 +1809,7 @@ CONFIG_LEDS_TRIGGER_TIMER=m # # File systems # -CONFIG_EXT2_FS=m +CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=m |