diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-08 12:31:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-08 12:31:04 +0000 |
commit | e29efa2fb75c2bbe70f5f4027973eab5660db9cc (patch) | |
tree | 8528734f3345b9433a8410b95b799f3f7a3a3d2b /target/linux/omap | |
parent | 1b91cd2663b95c47942448222e74e22176466457 (diff) | |
download | upstream-e29efa2fb75c2bbe70f5f4027973eab5660db9cc.tar.gz upstream-e29efa2fb75c2bbe70f5f4027973eab5660db9cc.tar.bz2 upstream-e29efa2fb75c2bbe70f5f4027973eab5660db9cc.zip |
kernel: remove packaging of kmod-crypto-core and kmod-crypto-arc4
Everything except for blkcipher was already built-in, so make blkcipher
built-in as well.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46820
Diffstat (limited to 'target/linux/omap')
-rw-r--r-- | target/linux/omap/config-3.18 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/omap/config-3.18 b/target/linux/omap/config-3.18 index a06a350a37..d5003c275b 100644 --- a/target/linux/omap/config-3.18 +++ b/target/linux/omap/config-3.18 @@ -114,9 +114,6 @@ CONFIG_CPU_V7=y CONFIG_CRC16=y CONFIG_CRYPTO_AEAD=m CONFIG_CRYPTO_AEAD2=m -CONFIG_CRYPTO_ARC4=m -CONFIG_CRYPTO_BLKCIPHER=m -CONFIG_CRYPTO_BLKCIPHER2=m CONFIG_CRYPTO_CCM=m CONFIG_CRYPTO_CRC32C=y CONFIG_CRYPTO_CTR=m |