diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 16:56:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 16:56:07 +0000 |
commit | a8d3109208e60349dbdc9d5d2aa73aee462ae7c8 (patch) | |
tree | eb60701f566d4d46695739f13dc06e51eaaa384a /target/linux/rb532/patches-2.6.35/001-cmdline_hack.patch | |
parent | 532b74ff7bd96bfaf6424d3ebe3aed31fd13a4db (diff) | |
download | mtk-20170518-a8d3109208e60349dbdc9d5d2aa73aee462ae7c8.zip mtk-20170518-a8d3109208e60349dbdc9d5d2aa73aee462ae7c8.tar.gz mtk-20170518-a8d3109208e60349dbdc9d5d2aa73aee462ae7c8.tar.bz2 |
rb532: remove 2.6.35 support
The generic 2.6.35 support has been remove long time ago.
SVN-Revision: 31532
Diffstat (limited to 'target/linux/rb532/patches-2.6.35/001-cmdline_hack.patch')
-rw-r--r-- | target/linux/rb532/patches-2.6.35/001-cmdline_hack.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/rb532/patches-2.6.35/001-cmdline_hack.patch b/target/linux/rb532/patches-2.6.35/001-cmdline_hack.patch deleted file mode 100644 index 3fc0d69..0000000 --- a/target/linux/rb532/patches-2.6.35/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++) = ' '; |