aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/patches/140-cmdline_hack.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-01-11 10:42:06 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-01-11 10:42:06 +0000
commitb406aa9d5725a3b88cdd2df1902ee332689cced2 (patch)
treed4bdb75621c44823d72ffa61a04c762262350b3a /target/linux/rb532/patches/140-cmdline_hack.patch
parent253a7ec4993ccdd212f43c8ec207896f79ed866f (diff)
downloadmaster-187ad058-b406aa9d5725a3b88cdd2df1902ee332689cced2.tar.gz
master-187ad058-b406aa9d5725a3b88cdd2df1902ee332689cced2.tar.bz2
master-187ad058-b406aa9d5725a3b88cdd2df1902ee332689cced2.zip
Upgrade rb532 to .23, provide generic GPIO API to this board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10171 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532/patches/140-cmdline_hack.patch')
-rw-r--r--target/linux/rb532/patches/140-cmdline_hack.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/rb532/patches/140-cmdline_hack.patch b/target/linux/rb532/patches/140-cmdline_hack.patch
index 4425af7de4..f97f96eb9b 100644
--- a/target/linux/rb532/patches/140-cmdline_hack.patch
+++ b/target/linux/rb532/patches/140-cmdline_hack.patch
@@ -1,14 +1,14 @@
-Index: linux-2.6.21.1/arch/mips/kernel/head.S
-===================================================================
---- linux-2.6.21.1.orig/arch/mips/kernel/head.S 2007-06-07 01:26:11.862575128 +0200
-+++ linux-2.6.21.1/arch/mips/kernel/head.S 2007-06-07 01:31:06.499783464 +0200
-@@ -133,6 +133,9 @@
+diff -urN linux-2.6.23.12/arch/mips/kernel/head.S linux-2.6.23.12.new/arch/mips/kernel/head.S
+--- linux-2.6.23.12/arch/mips/kernel/head.S 2008-01-11 11:27:08.000000000 +0100
++++ linux-2.6.23.12.new/arch/mips/kernel/head.S 2008-01-11 11:27:35.000000000 +0100
+@@ -132,6 +132,10 @@
+
j kernel_entry
nop
-
++
+EXPORT(_image_cmdline)
-+ .ascii "CMDLINE:"
++ .ascii "CMDLINE:"
+
+ #ifndef CONFIG_NO_EXCEPT_FILL
/*
* Reserved space for exception handlers.
- * Necessary for machines which link their kernels at KSEG0.