[ar8216] fixes breakage introduced in 776722ce36ac95877efb7fd771dde2f6ffc96433
[openwrt.git] / target / linux / amazon / Makefile
index b8491c2..e90fc4c 100644 (file)
@@ -10,7 +10,7 @@ ARCH:=mips
 BOARD:=amazon
 BOARDNAME:=Infineon Amazon
 FEATURES:=squashfs jffs2 broken
-LINUX_VERSION:=2.6.21.5
+LINUX_VERSION:=2.6.37.6
 
 include $(INCLUDE_DIR)/target.mk
 
@@ -18,6 +18,10 @@ define Target/Description
        Build firmware images for Infineon Amazon boards
 endef
 
-KERNELNAME:="uImage"
+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))
This page took 0.021018 seconds and 4 git commands to generate.