diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-02-14 22:01:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-02-14 22:01:15 +0000 |
commit | 09edd23330955cdd670950a3b64cc5ed6ab8749c (patch) | |
tree | a5e6e8c8ec5eae7145382081686e2b9906046d0d /target/linux/ixp4xx/config-default | |
parent | a03a9308074d4c5f4ceba9c3acc9368eb6203f0d (diff) | |
download | upstream-09edd23330955cdd670950a3b64cc5ed6ab8749c.tar.gz upstream-09edd23330955cdd670950a3b64cc5ed6ab8749c.tar.bz2 upstream-09edd23330955cdd670950a3b64cc5ed6ab8749c.zip |
add eabi autoselection for the kernel as well - fixes iptables problems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10461 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/config-default')
-rw-r--r-- | target/linux/ixp4xx/config-default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index 5116bd82b6..5b76e9c54d 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -1,5 +1,5 @@ # CONFIG_8139TOO is not set -CONFIG_AEABI=y +# CONFIG_AEABI is not set CONFIG_ALIGNMENT_TRAP=y # CONFIG_APM is not set # CONFIG_ARCH_AAEC2000 is not set @@ -298,7 +298,7 @@ CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y # CONFIG_NO_IDLE_HZ is not set # CONFIG_NTFS_FS is not set # CONFIG_NVRAM is not set -CONFIG_OABI_COMPAT=y +# CONFIG_OABI_COMPAT is not set # CONFIG_PATA_ALI is not set # CONFIG_PATA_AMD is not set CONFIG_PATA_ARTOP=m |