diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-23 15:12:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-23 15:12:12 +0000 |
commit | edfea6d60d3c042634a1d31269849685153e8a91 (patch) | |
tree | 60abdcc9502265c09aa37fdd869b72a0d72e8b1a /target/linux/iop32x | |
parent | 1d48cb066ac629aafc14fa7081369b027dc71b78 (diff) | |
download | upstream-edfea6d60d3c042634a1d31269849685153e8a91.tar.gz upstream-edfea6d60d3c042634a1d31269849685153e8a91.tar.bz2 upstream-edfea6d60d3c042634a1d31269849685153e8a91.zip |
move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8980 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/iop32x')
-rw-r--r-- | target/linux/iop32x/config-2.6.21 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/iop32x/config-2.6.21 b/target/linux/iop32x/config-2.6.21 index 97ea64dd03..361c593f3a 100644 --- a/target/linux/iop32x/config-2.6.21 +++ b/target/linux/iop32x/config-2.6.21 @@ -71,28 +71,6 @@ CONFIG_CPU_TLB_V4WBI=y CONFIG_CPU_XSCALE=y CONFIG_CRC16=y # CONFIG_CRC_CCITT is not set -# CONFIG_CRYPTO_ANUBIS is not set -CONFIG_CRYPTO_BLKCIPHER=m -# CONFIG_CRYPTO_BLOWFISH is not set -# CONFIG_CRYPTO_CAST5 is not set -# CONFIG_CRYPTO_CAST6 is not set -CONFIG_CRYPTO_CBC=m -# CONFIG_CRYPTO_CRC32C is not set -CONFIG_CRYPTO_DES=m -CONFIG_CRYPTO_HASH=y -CONFIG_CRYPTO_HMAC=y -# CONFIG_CRYPTO_KHAZAD is not set -# CONFIG_CRYPTO_MD4 is not set -CONFIG_CRYPTO_MD5=m -# CONFIG_CRYPTO_NULL is not set -# CONFIG_CRYPTO_SERPENT is not set -# CONFIG_CRYPTO_SHA256 is not set -# CONFIG_CRYPTO_SHA512 is not set -# CONFIG_CRYPTO_TEA is not set -# CONFIG_CRYPTO_TEST is not set -# CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_TWOFISH is not set -# CONFIG_CRYPTO_WP512 is not set # CONFIG_DEBUG_BUGVERBOSE is not set # CONFIG_DEBUG_USER is not set CONFIG_DEFAULT_TCP_CONG="westwood" |