X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Famazon%2FMakefile;h=d2d4e8d6736b843c9d0e7147bb755792c221e476;hp=17f9d964941a61b971b776e82a556763a9f0763c;hb=83c1ee21e8146d9fbb6f067a7d18d29249718ce4;hpb=6db7ad74f61eeaae0c8ecb08d483599d9d80c53f diff --git a/target/linux/amazon/Makefile b/target/linux/amazon/Makefile index 17f9d96494..d2d4e8d673 100644 --- a/target/linux/amazon/Makefile +++ b/target/linux/amazon/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=amazon BOARDNAME:=Infineon Amazon -FEATURES:=squashfs jffs2 broken -LINUX_VERSION:=2.6.21.5 +FEATURES:=squashfs broken +LINUX_VERSION:=3.3.8 include $(INCLUDE_DIR)/target.mk @@ -18,9 +18,10 @@ define Target/Description Build firmware images for Infineon Amazon boards endef -KERNELNAME:="uImage" - -# include the profiles --include profiles/*.mk +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))