diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 13:20:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 13:20:58 +0000 |
commit | b63aa281ee05022adcb42234999b19e18e1be69d (patch) | |
tree | 35db86bd61d211ac79a3ef680b4f619159e6079c /target/linux/rb532/patches-3.14/001-cmdline_hack.patch | |
parent | 56c580f5f48f23b71c93aa4c7c0b08ed0eaed748 (diff) | |
download | upstream-b63aa281ee05022adcb42234999b19e18e1be69d.tar.gz upstream-b63aa281ee05022adcb42234999b19e18e1be69d.tar.bz2 upstream-b63aa281ee05022adcb42234999b19e18e1be69d.zip |
rb532: remove linux 3.14 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45087
Diffstat (limited to 'target/linux/rb532/patches-3.14/001-cmdline_hack.patch')
-rw-r--r-- | target/linux/rb532/patches-3.14/001-cmdline_hack.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/rb532/patches-3.14/001-cmdline_hack.patch b/target/linux/rb532/patches-3.14/001-cmdline_hack.patch deleted file mode 100644 index eacb8e0a40..0000000000 --- a/target/linux/rb532/patches-3.14/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; -@@ -108,6 +109,9 @@ void __init prom_setup_cmdline(void) - } - *(cp++) = ' '; - -+ strcpy(cp,(__image_cmdline)); -+ cp += strlen(__image_cmdline); -+ - i = strlen(arcs_cmdline); - if (i > 0) { - *(cp++) = ' '; |