summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-27 14:01:53 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-27 14:01:53 +0000
commita6cf611cc494f3c05bd790119a55cd32a19ad7c7 (patch)
tree8b5907d7e17fd4ad34ea621ec2a33074176e966f /target
parent8dae509e67fbf05bd4c4f9217b50e121b063a6d6 (diff)
[ifxmips] remove the 2.6.28 specific Kernel/Prepare hack
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18184 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ifxmips/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile
index 2d1197202..e72892148 100644
--- a/target/linux/ifxmips/Makefile
+++ b/target/linux/ifxmips/Makefile
@@ -21,11 +21,4 @@ define Target/Description
Build firmware images for Infineon Mips Controllers
endef
-ifeq ($(KERNEL_PATCHVER),2.6.28)
- define Kernel/Prepare
- $(call Kernel/Prepare/Default)
- mv $(LINUX_DIR)/include/asm-mips/* $(LINUX_DIR)/arch/mips/include/asm/
- endef
-endif
-
$(eval $(call BuildTarget))