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 | bef594108f59fe6d7c4a97e1a3a7fc94cbe5e926 (patch) | |
tree | ba526366729161c93a298c93775b49071f22ae19 | |
parent | a33ac59db409467eb141d6334bd0dadb83ceb52f (diff) | |
download | upstream-bef594108f59fe6d7c4a97e1a3a7fc94cbe5e926.tar.gz upstream-bef594108f59fe6d7c4a97e1a3a7fc94cbe5e926.tar.bz2 upstream-bef594108f59fe6d7c4a97e1a3a7fc94cbe5e926.zip |
add missing ifxmips crypto config symbols, spotted by buildbot
SVN-Revision: 21483
-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 |