aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/aruba-2.6
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2007-01-24 22:57:51 +0000
committerMike Baker <mbm@openwrt.org>2007-01-24 22:57:51 +0000
commit993eb90e2dc4b9717533700062b91f45ba886567 (patch)
tree0feeaeabf4e20e514ceeeb93aabfc0fc3e685e29 /target/linux/aruba-2.6
parent52d3bc0ccfd851f615305def34bb99bf27e37fdc (diff)
downloadupstream-993eb90e2dc4b9717533700062b91f45ba886567.tar.gz
upstream-993eb90e2dc4b9717533700062b91f45ba886567.tar.bz2
upstream-993eb90e2dc4b9717533700062b91f45ba886567.zip
fix [6191]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6193 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/aruba-2.6')
-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 b695239244..48143bdeed 100644
--- a/target/linux/aruba-2.6/patches/000-aruba.patch
+++ b/target/linux/aruba-2.6/patches/000-aruba.patch
@@ -630,7 +630,7 @@ 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[] =
-+ "mtdparts=physmap-flash.0:3648k@0x080000(zImage),2752k@0x140000(JFFS2),8k@0x3f8000(NVRAM) "
++ "mtdparts=physmap-flash.0:3520k@0x080000(zImage),2752k@0x140000(JFFS2),8k@0x3f8000(NVRAM) "
+ "console=ttyS0,9600 root=/dev/mtdblock1 rootfstype=jffs2 ";
+
+