From 0835d732ce79bc5d764dfeaf1d3ae6d04b767763 Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 22 Nov 2010 12:12:39 +0000 Subject: switch from ext2 to ext4 (w/o) journaling git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24084 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ixp4xx/harddisk/config-default | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/ixp4xx/harddisk') diff --git a/target/linux/ixp4xx/harddisk/config-default b/target/linux/ixp4xx/harddisk/config-default index ef9a47c7e..3fe6f0c6a 100644 --- a/target/linux/ixp4xx/harddisk/config-default +++ b/target/linux/ixp4xx/harddisk/config-default @@ -1,8 +1,7 @@ CONFIG_ATA=y CONFIG_BLK_DEV_SD=y CONFIG_CMDLINE="root=/dev/sda1 noinitrd console=ttyS0,115200" -CONFIG_EXT2_FS=y -CONFIG_EXT3_FS=y +CONFIG_EXT4_FS=y CONFIG_JBD=y CONFIG_REISERFS_FS=y CONFIG_SATA_VIA=y -- cgit v1.2.3