diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-04-02 13:31:24 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-04-02 13:31:24 +0000 |
commit | 38c7fafbaa6af8c36a4abe5c21e31f049b981b80 (patch) | |
tree | e3e0d4d539765a938de682f2afa837d9702e5a60 | |
parent | 719b82a2c88195017bd5fa8abf43aa1ab09ec8ab (diff) | |
download | master-31e0f0ae-38c7fafbaa6af8c36a4abe5c21e31f049b981b80.tar.gz master-31e0f0ae-38c7fafbaa6af8c36a4abe5c21e31f049b981b80.tar.bz2 master-31e0f0ae-38c7fafbaa6af8c36a4abe5c21e31f049b981b80.zip |
fix apex commandline for squashfs on the nslu2
SVN-Revision: 6828
-rw-r--r-- | target/linux/ixp4xx-2.6/image/apex/patches/100-slugos-nslu2-armeb_config.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/image/apex/patches/100-slugos-nslu2-armeb_config.patch b/target/linux/ixp4xx-2.6/image/apex/patches/100-slugos-nslu2-armeb_config.patch index 0d646cfc71..9b1a9363d2 100644 --- a/target/linux/ixp4xx-2.6/image/apex/patches/100-slugos-nslu2-armeb_config.patch +++ b/target/linux/ixp4xx-2.6/image/apex/patches/100-slugos-nslu2-armeb_config.patch @@ -127,7 +127,7 @@ Index: apex-1.4.7/src/mach-ixp42x/slugos-nslu2-armeb_config +CONFIG_ENV_REGION_KERNEL="fis://kernel" +# CONFIG_ENV_REGION_KERNEL_SWAP is not set +CONFIG_ENV_DEFAULT_CMDLINE_OVERRIDE=y -+CONFIG_ENV_DEFAULT_CMDLINE="root=/dev/mtdblock4 rootfstype=jffs2 console=ttyS0,115200" ++CONFIG_ENV_DEFAULT_CMDLINE="root=/dev/mtdblock4 rootfstype=squashfs,jffs2 console=ttyS0,115200" +# CONFIG_ENV_DEFAULT_STARTUP_OVERRIDE is not set +CONFIG_USES_NOR_BOOTFLASH=y +CONFIG_BIGENDIAN=y |