diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-27 23:23:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-27 23:23:39 +0000 |
commit | dea091cae917aa540f560a6e9ee1fdc37dd037bc (patch) | |
tree | d894f7c5e487af9d76f0ff9bc31f4e8007150960 /target/linux/generic/config-3.8 | |
parent | 298c8909003c80408d8c426ea6b0ffdb87243e2a (diff) | |
download | upstream-dea091cae917aa540f560a6e9ee1fdc37dd037bc.tar.gz upstream-dea091cae917aa540f560a6e9ee1fdc37dd037bc.tar.bz2 upstream-dea091cae917aa540f560a6e9ee1fdc37dd037bc.zip |
kernel: disable CONFIG_CRYPTO_MANAGER2, it is not needed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35342 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-3.8')
-rw-r--r-- | target/linux/generic/config-3.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index bd51a03c04..0fdf8f37e1 100644 --- a/target/linux/generic/config-3.8 +++ b/target/linux/generic/config-3.8 @@ -516,7 +516,7 @@ CONFIG_CRYPTO_ALGAPI2=y # CONFIG_CRYPTO_LRW is not set # CONFIG_CRYPTO_LZO is not set # CONFIG_CRYPTO_MANAGER is not set -CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_MANAGER2 is not set CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y # CONFIG_CRYPTO_MD4 is not set # CONFIG_CRYPTO_MD5 is not set |