diff options
author | Mirko Vogt <mirko@openwrt.org> | 2011-05-31 09:47:30 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2011-05-31 09:47:30 +0000 |
commit | 98395298e5d9953f8ac9b701106bc447316f4693 (patch) | |
tree | 21c239fb5b9a39e7bfb0b684be99d6f7be2c9303 /target/linux/lantiq/xway | |
parent | 424bed8c19396bd59b8edcbfc59e171c8e7d7cc8 (diff) | |
download | upstream-98395298e5d9953f8ac9b701106bc447316f4693.tar.gz upstream-98395298e5d9953f8ac9b701106bc447316f4693.tar.bz2 upstream-98395298e5d9953f8ac9b701106bc447316f4693.zip |
purge out CONFIG_CRYPTO* symbols out of target specific kernel configs
since OpenWrt is taking care of them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27036 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r-- | target/linux/lantiq/xway/config-2.6.32 | 2 | ||||
-rw-r--r-- | target/linux/lantiq/xway/config-default | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/lantiq/xway/config-2.6.32 b/target/linux/lantiq/xway/config-2.6.32 index 6444768cb8..fde465f9b5 100644 --- a/target/linux/lantiq/xway/config-2.6.32 +++ b/target/linux/lantiq/xway/config-2.6.32 @@ -1,7 +1,5 @@ CONFIG_ADM6996_PHY=y CONFIG_AR8216_PHY=y -CONFIG_CRYPTO_ALGAPI=y -CONFIG_CRYPTO_ALGAPI2=y CONFIG_DEVPORT=y # CONFIG_DM9000 is not set CONFIG_HW_HAS_PCI=y diff --git a/target/linux/lantiq/xway/config-default b/target/linux/lantiq/xway/config-default index ecb8970813..dd59fa68d2 100644 --- a/target/linux/lantiq/xway/config-default +++ b/target/linux/lantiq/xway/config-default @@ -3,8 +3,6 @@ CONFIG_AR8216_PHY=y # CONFIG_ARCH_DMA_ADDR_T_64BIT is not set # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set # CONFIG_ATH79 is not set -CONFIG_CRYPTO_ALGAPI=y -CONFIG_CRYPTO_ALGAPI2=y CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_IRQ_SHOW=y CONFIG_HAVE_ARCH_JUMP_LABEL=y |