aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/patches-3.7/001-cmdline_hack.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-03-10 13:21:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-03-10 13:21:40 +0000
commit27ba973c0650b4d312594f0fc309d376bf1af0b5 (patch)
tree4fbe8347da7f436e4d7591d6e27acdb113356ed3 /target/linux/rb532/patches-3.7/001-cmdline_hack.patch
parent501e4d331de897ae4582a6b29f851b82db1bb355 (diff)
downloadupstream-27ba973c0650b4d312594f0fc309d376bf1af0b5.tar.gz
upstream-27ba973c0650b4d312594f0fc309d376bf1af0b5.tar.bz2
upstream-27ba973c0650b4d312594f0fc309d376bf1af0b5.zip
rb532: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35922
Diffstat (limited to 'target/linux/rb532/patches-3.7/001-cmdline_hack.patch')
-rw-r--r--target/linux/rb532/patches-3.7/001-cmdline_hack.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/rb532/patches-3.7/001-cmdline_hack.patch b/target/linux/rb532/patches-3.7/001-cmdline_hack.patch
deleted file mode 100644
index d27184d34c..0000000000
--- a/target/linux/rb532/patches-3.7/001-cmdline_hack.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/arch/mips/rb532/prom.c
-+++ b/arch/mips/rb532/prom.c
-@@ -67,6 +67,7 @@ static inline unsigned long tag2ul(char
- return simple_strtoul(num, 0, 10);
- }
-
-+extern char __image_cmdline[];
- void __init prom_setup_cmdline(void)
- {
- static char cmd_line[COMMAND_LINE_SIZE] __initdata;
-@@ -109,6 +110,9 @@ void __init prom_setup_cmdline(void)
- }
- *(cp++) = ' ';
-
-+ strcpy(cp,(__image_cmdline));
-+ cp += strlen(__image_cmdline);
-+
- i = strlen(arcs_cmdline);
- if (i > 0) {
- *(cp++) = ' ';