X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/41ac39db861209f0712553283a803959c64e1e46..f8066ba2e87cf1c7586b723283dcfd6caf4a5224:/target/linux/iop32x/Makefile?ds=inline

diff --git a/target/linux/iop32x/Makefile b/target/linux/iop32x/Makefile
index ccecf204c..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.2
+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))