diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-03-05 00:47:13 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-03-05 00:47:13 +0000 |
commit | 44a2fd050c2c95f342ccca8bcdcb3d05f4ac1042 (patch) | |
tree | d5c44de1285cd13955e7217636bb1f76b954e102 /target | |
parent | cf282c9a694209b7d8265a07f3297a99134d6f17 (diff) | |
download | upstream-44a2fd050c2c95f342ccca8bcdcb3d05f4ac1042.tar.gz upstream-44a2fd050c2c95f342ccca8bcdcb3d05f4ac1042.tar.bz2 upstream-44a2fd050c2c95f342ccca8bcdcb3d05f4ac1042.zip |
fix squashfs for ixp4xx
SVN-Revision: 6524
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index 6d4fdd0b65..26bb407d75 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -59,7 +59,7 @@ CONFIG_BASE_SMALL=0 # CONFIG_BSD_DISKLABEL is not set # CONFIG_BT is not set # CONFIG_CIFS_STATS is not set -CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" +CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" # CONFIG_CONFIGFS_FS is not set CONFIG_CPU_32=y CONFIG_CPU_32v5=y |