diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-21 17:26:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-21 17:26:56 +0000 |
commit | 9959defa0ead40d429215dbf709da4f9f3d822f9 (patch) | |
tree | f5049b4344d8505d3bd4bdf96c3447e4898bcb79 | |
parent | 5e8a99b2b817c393b9f1833484ccfed2f5ee373f (diff) | |
download | upstream-9959defa0ead40d429215dbf709da4f9f3d822f9.tar.gz upstream-9959defa0ead40d429215dbf709da4f9f3d822f9.tar.bz2 upstream-9959defa0ead40d429215dbf709da4f9f3d822f9.zip |
generic-2.6/2.6.30: CONFIG_CRYPTO_ALGAPI must be equal with CONFIG_CRYPTO_ALGAPI2
SVN-Revision: 15960
-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 4c63216674..20e6eeb1b8 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 |