diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-03-26 10:12:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-03-26 10:12:58 +0000 |
commit | e7066336cbed5bbd6173339f4f7cab6dfe70c64a (patch) | |
tree | abc2576c5c2c371008bdc74ea8d5bb691a74bb7b /target/linux/rb532/patches-2.6.30/001-cmdline_hack.patch | |
parent | 5cbc43005c6c18945b9f135c8852fe7d71a329fe (diff) | |
download | upstream-e7066336cbed5bbd6173339f4f7cab6dfe70c64a.tar.gz upstream-e7066336cbed5bbd6173339f4f7cab6dfe70c64a.tar.bz2 upstream-e7066336cbed5bbd6173339f4f7cab6dfe70c64a.zip |
drop support for 2.6.30
SVN-Revision: 20440
Diffstat (limited to 'target/linux/rb532/patches-2.6.30/001-cmdline_hack.patch')
-rw-r--r-- | target/linux/rb532/patches-2.6.30/001-cmdline_hack.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/rb532/patches-2.6.30/001-cmdline_hack.patch b/target/linux/rb532/patches-2.6.30/001-cmdline_hack.patch deleted file mode 100644 index 246e502b77..0000000000 --- a/target/linux/rb532/patches-2.6.30/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) - { - char cmd_line[CL_SIZE]; -@@ -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++) = ' '; |