projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: fix mac addresses on the DIR-300/600 boards
[openwrt.git]
/
target
/
linux
/
amazon
/
Makefile
diff --git
a/target/linux/amazon/Makefile
b/target/linux/amazon/Makefile
index
cca8a41
..
e90fc4c
100644
(file)
--- a/
target/linux/amazon/Makefile
+++ b/
target/linux/amazon/Makefile
@@
-10,7
+10,7
@@
ARCH:=mips
BOARD:=amazon
BOARDNAME:=Infineon Amazon
FEATURES:=squashfs jffs2 broken
BOARD:=amazon
BOARDNAME:=Infineon Amazon
FEATURES:=squashfs jffs2 broken
-LINUX_VERSION:=2.6.
21.7
+LINUX_VERSION:=2.6.
37.6
include $(INCLUDE_DIR)/target.mk
include $(INCLUDE_DIR)/target.mk
@@
-18,4
+18,10
@@
define Target/Description
Build firmware images for Infineon Amazon boards
endef
Build firmware images for Infineon Amazon boards
endef
+define Kernel/Prepare
+ $(call Kernel/Prepare/Default)
+ mkdir -p $(LINUX_DIR)/arch/mips/include/asm/amazon
+ $(CP) $(LINUX_DIR)/include/asm-mips/amazon/*.h $(LINUX_DIR)/arch/mips/include/asm/amazon
+endef
+
$(eval $(call BuildTarget))
$(eval $(call BuildTarget))
This page took
0.023979 seconds
and
4
git commands to generate.