projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117b266
)
[ifxmips] remove the 2.6.28 specific Kernel/Prepare hack
author
Florian Fainelli
<florian@openwrt.org>
Tue, 27 Oct 2009 14:01:53 +0000
(14:01 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 27 Oct 2009 14:01:53 +0000
(14:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18184
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ifxmips/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ifxmips/Makefile
b/target/linux/ifxmips/Makefile
index
2d11972
..
e728921
100644
(file)
--- 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))