diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-03-07 12:59:19 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-03-07 12:59:19 +0000 |
commit | c5b1e5ded29e0054b02fc8cfb6617a07b7fd90f5 (patch) | |
tree | bef3e5322b3ab1c3ec76585d3e2fc0b5127686a4 /target/linux/generic/config-2.6.34 | |
parent | f5b3b05ba88d57155b87470c203a50be494dd334 (diff) | |
download | upstream-c5b1e5ded29e0054b02fc8cfb6617a07b7fd90f5.tar.gz upstream-c5b1e5ded29e0054b02fc8cfb6617a07b7fd90f5.tar.bz2 upstream-c5b1e5ded29e0054b02fc8cfb6617a07b7fd90f5.zip |
only support EABI on ARM targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25928 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-2.6.34')
-rw-r--r-- | target/linux/generic/config-2.6.34 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.34 b/target/linux/generic/config-2.6.34 index ab79c67dc9..b89a390f9f 100644 --- a/target/linux/generic/config-2.6.34 +++ b/target/linux/generic/config-2.6.34 @@ -13,6 +13,7 @@ # CONFIG_ADFS_FS is not set # CONFIG_ADM6996_PHY is not set # CONFIG_ADM8211 is not set +CONFIG_AEABI=y # CONFIG_AFFS_FS is not set # CONFIG_AFS_FS is not set # CONFIG_AF_RXRPC is not set @@ -1702,6 +1703,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NTFS_FS is not set # CONFIG_NTFS_RW is not set # CONFIG_NVRAM is not set +# CONFIG_OABI_COMPAT is not set # CONFIG_OCFS2_FS is not set # CONFIG_OCF_BENCH is not set # CONFIG_OCF_C7108 is not set |