X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fifxmips%2FMakefile;h=81bfd2e9bc90c43ab784c52fa3702f8dbac59546;hb=1044e166cead6676b68f24af9f04d91def390054;hp=f13cf21dd6481c13fc716a531139fe0da8007756;hpb=4d09600736428b53b4139b855642e286cb31078d;p=openwrt.git diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index f13cf21dd6..81bfd2e9bc 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2007 OpenWrt.org +# +# Copyright (C) 2007-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,13 +10,21 @@ ARCH:=mips BOARD:=ifxmips BOARDNAME:=Infineon Mips FEATURES:=squashfs jffs2 -LINUX_VERSION:=2.6.26.7 + +LINUX_VERSION:=2.6.28.8 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES+=uboot-ifxmips +DEFAULT_PACKAGES+=uboot-ifxmips hostapd-mini 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))