From 32464dbf76141f3c43cb90d59a8f5340494a622d Mon Sep 17 00:00:00 2001 From: rwhitby Date: Tue, 25 Mar 2008 00:15:43 +0000 Subject: [PATCH] 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 --- target/linux/ixp4xx/harddisk/config-default | 5 +---- 1 file changed, 1 insertion(+), 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 -- 2.35.1