diff options
author | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-03-25 00:15:43 +0000 |
---|---|---|
committer | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-03-25 00:15:43 +0000 |
commit | 32464dbf76141f3c43cb90d59a8f5340494a622d (patch) | |
tree | 611c3cc84c7031f36c887e0029ccbb862c6a7ee3 /target/linux | |
parent | 4c5547e91455b2a04140df868bfeb6c7c031e261 (diff) |
ixp4xx/harddisk/config-default: Enable ext2 and disable ext3 extensions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10651 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ixp4xx/harddisk/config-default | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/ixp4xx/harddisk/config-default b/target/linux/ixp4xx/harddisk/config-default index 6dfaae0a8..ba39e85f0 100644 --- a/target/linux/ixp4xx/harddisk/config-default +++ b/target/linux/ixp4xx/harddisk/config-default @@ -12,11 +12,8 @@ CONFIG_USB_EHCI_TT_NEWSCHED=y CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_LITTLE_ENDIAN=y CONFIG_USB_STORAGE=y +CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y -CONFIG_EXT3_FS_XATTR=y -CONFIG_EXT3_FS_POSIX_ACL=y -CONFIG_EXT3_FS_SECURITY=y CONFIG_JBD=y -CONFIG_FS_MBCACHE=y CONFIG_BLK_DEV_SD=y CONFIG_REISERFS_FS=y |