projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4177b70
)
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)
SVN-Revision: 18184
target/linux/ifxmips/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ifxmips/Makefile
b/target/linux/ifxmips/Makefile
index 2d11972020631966cbb768ae62602da717ae1f8c..e728921489a969eb3294bbca54a3e9331816fc8c 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))