summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.27/021-mips_image_cmdline_hack.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-29 12:20:45 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-29 12:20:45 +0000
commit24168b91595c0c5a9420c348c4c16e727e1aaa81 (patch)
tree64f09f02fcb8bc14e6cfa18bd5282ccbe66d722e /target/linux/generic-2.6/patches-2.6.27/021-mips_image_cmdline_hack.patch
parent4a72ea39d66c956670387a59623990d9c6ee6397 (diff)
[kernel] remove support for 2.6.27, no target is using it anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18201 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.27/021-mips_image_cmdline_hack.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.27/021-mips_image_cmdline_hack.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.27/021-mips_image_cmdline_hack.patch b/target/linux/generic-2.6/patches-2.6.27/021-mips_image_cmdline_hack.patch
deleted file mode 100644
index da4a1b1bf..000000000
--- a/target/linux/generic-2.6/patches-2.6.27/021-mips_image_cmdline_hack.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/arch/mips/Kconfig
-+++ b/arch/mips/Kconfig
-@@ -771,6 +771,10 @@ config SYNC_R4K
- config MIPS_MACHINE
- def_bool n
-
-+config IMAGE_CMDLINE_HACK
-+ bool "OpenWrt specific image command line hack"
-+ default n
-+
- config NO_IOPORT
- def_bool n
-
---- a/arch/mips/kernel/head.S
-+++ b/arch/mips/kernel/head.S
-@@ -143,6 +143,12 @@ FEXPORT(__kernel_entry)
- j kernel_entry
- #endif
-
-+#ifdef CONFIG_IMAGE_CMDLINE_HACK
-+ .ascii "CMDLINE:"
-+EXPORT(__image_cmdline)
-+ .fill 0x400
-+#endif /* CONFIG_IMAGE_CMDLINE_HACK */
-+
- __REF
-
- NESTED(kernel_entry, 16, sp) # kernel entry point