X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fiop32x%2FMakefile;h=4cb4ad6500f83acbda269ba19ee2479863537594;hb=541ff27cfb26939cf1b98b73fa5aeea0d8432082;hp=df84078a3b6e4eb832fe3a66bbb886eb098746e8;hpb=ceee90ffd2f7913e6b31789b53f52a3d94ecece3;p=openwrt-10.03%2F.git diff --git a/target/linux/iop32x/Makefile b/target/linux/iop32x/Makefile index df84078a3..4cb4ad650 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.21.5 +LINUX_VERSION:=2.6.24.5 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))