aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/aruba-2.6/patches
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-05-20 18:51:23 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-05-20 18:51:23 +0000
commit07009a08e09829f777d6390cd35e2c25e4cbfb2c (patch)
tree919631bd2c2ec81c05d1af8585bf53dbd367249f /target/linux/aruba-2.6/patches
parentee1c03f7d650faca6c9ed6c0efed3e4f19def878 (diff)
downloadupstream-07009a08e09829f777d6390cd35e2c25e4cbfb2c.tar.gz
upstream-07009a08e09829f777d6390cd35e2c25e4cbfb2c.tar.bz2
upstream-07009a08e09829f777d6390cd35e2c25e4cbfb2c.zip
give Aruba some love - add support for the combined flash layout
SVN-Revision: 7283
Diffstat (limited to 'target/linux/aruba-2.6/patches')
-rw-r--r--target/linux/aruba-2.6/patches/000-aruba.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/aruba-2.6/patches/000-aruba.patch b/target/linux/aruba-2.6/patches/000-aruba.patch
index 9954a492bd..1f61424b49 100644
--- a/target/linux/aruba-2.6/patches/000-aruba.patch
+++ b/target/linux/aruba-2.6/patches/000-aruba.patch
@@ -630,9 +630,9 @@ diff -Nur linux-2.6.17/arch/mips/aruba/prom.c linux-2.6.17-owrt/arch/mips/aruba/
+
+/* Kernel Boot parameters */
+static unsigned char bootparm[] =
-+ "init=/etc/preinit "
-+ "mtdparts=physmap-flash.0:3520k@0x080000(zImage),2752k@0x140000(JFFS2),8k@0x3f8000(NVRAM) "
-+ "console=ttyS0,9600 root=/dev/mtdblock1 rootfstype=jffs2 ";
++ "init=/etc/preinit noinitrd "
++ "mtdparts=physmap-flash.0:3520k@0x080000(kernel),2752k@0x140000(rootfs),8k@0x3f8000(NVRAM) "
++ "console=ttyS0,9600 root=/dev/mtdblock1 rootfstype=squashfs,jffs2 ";
+
+extern unsigned long mips_machgroup;
+extern unsigned long mips_machtype;