diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-24 14:34:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-24 14:34:20 +0000 |
commit | 2524718a9abe881afd27717b033f330fd41274d5 (patch) | |
tree | 0d18e005c97fe759034022b4b86cbc5c95469d5f /target/linux/rb532/patches-2.6.27/007-cmdline_hack.patch | |
parent | 13bc5e26c93dcc9d99fe0f763271af0859f826ad (diff) | |
download | mtk-20170518-2524718a9abe881afd27717b033f330fd41274d5.zip mtk-20170518-2524718a9abe881afd27717b033f330fd41274d5.tar.gz mtk-20170518-2524718a9abe881afd27717b033f330fd41274d5.tar.bz2 |
remove 2.6.27 we did not use it and went to 2.6.28 directly
SVN-Revision: 15387
Diffstat (limited to 'target/linux/rb532/patches-2.6.27/007-cmdline_hack.patch')
-rw-r--r-- | target/linux/rb532/patches-2.6.27/007-cmdline_hack.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/rb532/patches-2.6.27/007-cmdline_hack.patch b/target/linux/rb532/patches-2.6.27/007-cmdline_hack.patch deleted file mode 100644 index 5f2ed2f..0000000 --- a/target/linux/rb532/patches-2.6.27/007-cmdline_hack.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -urN linux-2.6.27.5/arch/mips/kernel/head.S linux-2.6.27.5.new/arch/mips/kernel/head.S ---- linux-2.6.27.5/arch/mips/kernel/head.S 2008-11-15 19:24:03.000000000 +0100 -+++ linux-2.6.27.5.new/arch/mips/kernel/head.S 2008-11-15 19:24:55.000000000 +0100 -@@ -123,6 +123,11 @@ - - j kernel_entry - nop -+ -+ -+EXPORT(_image_cmdline) -+ .ascii "CMDLINE:" -+ - #ifndef CONFIG_NO_EXCEPT_FILL - /* - * Reserved space for exception handlers. |