X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/4fea8d2283645d50dc58ab28036713f2e16e5082..cbd083f77e670109507819d3f592cf3bf6bc6044:/target/linux/ifxmips/Makefile diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index 7f27b55d3..e72892148 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -11,21 +11,14 @@ BOARD:=ifxmips BOARDNAME:=Infineon Mips FEATURES:=squashfs jffs2 atm -LINUX_VERSION:=2.6.30.5 +LINUX_VERSION:=2.6.30.9 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES+=uboot-ifxmips kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ifxmips-atm dwc_usb - +DEFAULT_PACKAGES+=uboot-ifxmips +#kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ifxmips-atm 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))