diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-05-13 13:31:02 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-05-13 13:31:02 +0000 |
commit | cfcf4aab45e977827f09113b526fd94a6662a9c1 (patch) | |
tree | 1a758130bc523ddf521c4f83f516174602a8c570 /target/linux/ixp4xx-2.6/image/apex | |
parent | 5cbadc89e7c7febfb8ad9198f9b5f49280aead05 (diff) | |
download | upstream-cfcf4aab45e977827f09113b526fd94a6662a9c1.tar.gz upstream-cfcf4aab45e977827f09113b526fd94a6662a9c1.tar.bz2 upstream-cfcf4aab45e977827f09113b526fd94a6662a9c1.zip |
fix the nslu2 image for the new layout
SVN-Revision: 7204
Diffstat (limited to 'target/linux/ixp4xx-2.6/image/apex')
-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 9b1a9363d2..c05812dfe0 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=squashfs,jffs2 console=ttyS0,115200" ++CONFIG_ENV_DEFAULT_CMDLINE="root=/dev/mtdblock4 rootfstype=squashfs,jffs2 console=ttyS0,115200 init=/etc/preinit noinitrd" +# CONFIG_ENV_DEFAULT_STARTUP_OVERRIDE is not set +CONFIG_USES_NOR_BOOTFLASH=y +CONFIG_BIGENDIAN=y |