aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-02-21 16:26:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-02-21 16:26:27 +0000
commite938e513ebb14df81346ab7051c0efb99ce291da (patch)
treed3e1a7570301862f7d1b86a6106602fae6c9645c /target/linux/ixp4xx/Makefile
parent6c320f23a582ce667e622479d3ea63adbd8d0ea5 (diff)
downloadmaster-187ad058-e938e513ebb14df81346ab7051c0efb99ce291da.tar.gz
master-187ad058-e938e513ebb14df81346ab7051c0efb99ce291da.tar.bz2
master-187ad058-e938e513ebb14df81346ab7051c0efb99ce291da.zip
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
Diffstat (limited to 'target/linux/ixp4xx/Makefile')
-rw-r--r--target/linux/ixp4xx/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile
index cfe76d8bce..1499075f1d 100644
--- a/target/linux/ixp4xx/Makefile
+++ b/target/linux/ixp4xx/Makefile
@@ -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))