kernel: revert r24160 (remove the bogus ext2/ext3 dependency on linux 2.6.30/31)
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 Apr 2011 13:37:40 +0000 (13:37 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 Apr 2011 13:37:40 +0000 (13:37 +0000)
commit5c317523d87089efc14d4a8e3597b652d81a0745
tree90ecb70076d5b0693e4c05e1242a4b17e936e593
parent8486fc9bd42607898a4bc7e86bcec6873033d616
kernel: revert r24160 (remove the bogus ext2/ext3 dependency on linux 2.6.30/31)

For kernel versions newer then 2.6.31 the ext4 module can be used to mount
ext2/3 filesystems.
Building ext2/3 as modules on the other hand breaks using ext4 for mounting ext2
or ext3, which breaks booting from ext2/3 on machines where the ext4 module is
built into the kernel.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26645 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/modules/fs.mk
This page took 0.026172 seconds and 4 git commands to generate.