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 | ebe219db89bac3e99c5b9ee5ea98765195e23af8 (patch) | |
tree | ca4883d1dcbadc45115af9abb4a32963ebdd54e0 | |
parent | bc025545712ccefe9e21845b6a70b198468fc6c4 (diff) | |
download | upstream-ebe219db89bac3e99c5b9ee5ea98765195e23af8.tar.gz upstream-ebe219db89bac3e99c5b9ee5ea98765195e23af8.tar.bz2 upstream-ebe219db89bac3e99c5b9ee5ea98765195e23af8.zip |
fix squashfs for ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6524 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |