aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/aruba-2.6/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-03 22:36:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-03 22:36:45 +0000
commit12fc04238eb091cfa9e8b4469c50b72ff220d1e7 (patch)
tree7e0add9ec2278f5b132aa4adc3a3a20157edd759 /target/linux/aruba-2.6/patches
parentc96e173c287dcbce1813420940e79900f030c467 (diff)
downloadupstream-12fc04238eb091cfa9e8b4469c50b72ff220d1e7.tar.gz
upstream-12fc04238eb091cfa9e8b4469c50b72ff220d1e7.tar.bz2
upstream-12fc04238eb091cfa9e8b4469c50b72ff220d1e7.zip
enable preinit in a few other platforms
SVN-Revision: 6482
Diffstat (limited to 'target/linux/aruba-2.6/patches')
-rw-r--r--target/linux/aruba-2.6/patches/000-aruba.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/aruba-2.6/patches/000-aruba.patch b/target/linux/aruba-2.6/patches/000-aruba.patch
index 07e1470273..9954a492bd 100644
--- a/target/linux/aruba-2.6/patches/000-aruba.patch
+++ b/target/linux/aruba-2.6/patches/000-aruba.patch
@@ -630,10 +630,10 @@ 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 ";
+
-+
+extern unsigned long mips_machgroup;
+extern unsigned long mips_machtype;
+