diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-17 09:28:44 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-05-17 09:28:44 +0000 |
commit | 62d49bfca70b02bf79e0e8612329f44985632a87 (patch) | |
tree | 995f3954b4bd581abd65fe0aa022516ddaa8613b /target/linux | |
parent | 8a9082568aed870d4fe4d8a0e49879ebe6ad7b46 (diff) | |
download | upstream-62d49bfca70b02bf79e0e8612329f44985632a87.tar.gz upstream-62d49bfca70b02bf79e0e8612329f44985632a87.tar.bz2 upstream-62d49bfca70b02bf79e0e8612329f44985632a87.zip |
[kernel] add missing ifxmips crypto config symbols, spotted by buildbot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21483 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.33 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.34 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.33 b/target/linux/generic-2.6/config-2.6.33 index 8b70c90c9a..56a622a7b7 100644 --- a/target/linux/generic-2.6/config-2.6.33 +++ b/target/linux/generic-2.6/config-2.6.33 @@ -388,6 +388,7 @@ CONFIG_CRYPTO_ALGAPI=y # CONFIG_CRYPTO_DEFLATE is not set # CONFIG_CRYPTO_DES is not set # CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_CRYPTO_DEV_IFXMIPS is not set # CONFIG_CRYPTO_ECB is not set # CONFIG_CRYPTO_FCRYPT is not set # CONFIG_CRYPTO_FIPS is not set diff --git a/target/linux/generic-2.6/config-2.6.34 b/target/linux/generic-2.6/config-2.6.34 index af59fcef66..cf629d233b 100644 --- a/target/linux/generic-2.6/config-2.6.34 +++ b/target/linux/generic-2.6/config-2.6.34 @@ -389,6 +389,7 @@ CONFIG_CRYPTO_ALGAPI=y # CONFIG_CRYPTO_DEFLATE is not set # CONFIG_CRYPTO_DES is not set # CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_CRYPTO_DEV_IFXMIPS is not set # CONFIG_CRYPTO_ECB is not set # CONFIG_CRYPTO_FCRYPT is not set # CONFIG_CRYPTO_FIPS is not set |