move the EABI config override to the generic kernel config overrides, as it's arch specific, not target specific - fixes spurious kernel rebuild issues with EABI

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14594 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2009-02-21 16:26:27 +00:00
parent 6c320f23a5
commit e938e513eb
2 changed files with 2 additions and 6 deletions

View File

@@ -16,12 +16,6 @@ LINUX_VERSION:=2.6.28.6
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
DEFAULT_PACKAGES += ixp4xx-microcode fconfig
$(eval $(call BuildTarget))