X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8fa8bee31ae820e69fda411b0b2e9800ca57f9d4..d0a84e4ca82c7705ed11e515ad0af9ad2b42e4a8:/target/linux/iop32x/Makefile diff --git a/target/linux/iop32x/Makefile b/target/linux/iop32x/Makefile index 8267625c9..f7556c2e8 100644 --- a/target/linux/iop32x/Makefile +++ b/target/linux/iop32x/Makefile @@ -8,11 +8,17 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=iop32x -BOARDNAME:=Intel XScale IOP32x +BOARDNAME:=Intel IOP32x FEATURES:=squashfs jffs2 -LINUX_VERSION:=2.6.24 +LINUX_VERSION:=2.6.24.7 include $(INCLUDE_DIR)/target.mk +define Kernel/Configure + $(call Kernel/Configure/Default) + $(SED) 's,.*CONFIG_AEABI.*,$(if $(CONFIG_EABI_SUPPORT),CONFIG_AEABI=y,# CONFIG_AEABI is not set),' $(LINUX_DIR)/.config + $(if $(CONFIG_EABI_SUPPORT),echo '# CONFIG_OABI_COMPAT is not set' >> $(LINUX_DIR)/.config) +endef + $(eval $(call BuildTarget))