diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-21 17:26:56 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-21 17:26:56 +0000 |
commit | b71e3af2691544427ef84303f7814b1dc15a776d (patch) | |
tree | aee7409a7b06db3a84e02b20f383d24fe3f10e02 /target | |
parent | d0826032e641a26bba3712d8fbb6a8b32961a014 (diff) |
[kernel] generic-2.6/2.6.30: CONFIG_CRYPTO_ALGAPI must be equal with CONFIG_CRYPTO_ALGAPI2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15960 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 4c6321667..20e6eeb1b 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -323,7 +323,7 @@ CONFIG_CRYPTO_AEAD2=m # CONFIG_CRYPTO_AES_586 is not set CONFIG_CRYPTO_AES=m CONFIG_CRYPTO_ALGAPI2=y -CONFIG_CRYPTO_ALGAPI=m +CONFIG_CRYPTO_ALGAPI=y # CONFIG_CRYPTO_ANSI_CPRNG is not set # CONFIG_CRYPTO_ANUBIS is not set CONFIG_CRYPTO_ARC4=m |