diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-24 15:36:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-24 15:36:08 +0000 |
commit | 5b76e57dc2e047a3e98401d3ef8d47f0c2f8a0ee (patch) | |
tree | 3053b32998ed53f5828439cb36f2802651d7da65 /target/linux/x86/config-3.18 | |
parent | bc0f9ad8ca4be62096bdf43a8cc5e1df989875a5 (diff) | |
download | upstream-5b76e57dc2e047a3e98401d3ef8d47f0c2f8a0ee.tar.gz upstream-5b76e57dc2e047a3e98401d3ef8d47f0c2f8a0ee.tar.bz2 upstream-5b76e57dc2e047a3e98401d3ef8d47f0c2f8a0ee.zip |
kernel: remove kmod-crypto-aes, AES crypto support is always built into the kernel
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46483
Diffstat (limited to 'target/linux/x86/config-3.18')
-rw-r--r-- | target/linux/x86/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/config-3.18 b/target/linux/x86/config-3.18 index d7a2d61539..3a6a1be7f6 100644 --- a/target/linux/x86/config-3.18 +++ b/target/linux/x86/config-3.18 @@ -77,6 +77,7 @@ CONFIG_CPU_SUP_INTEL=y CONFIG_CPU_SUP_TRANSMETA_32=y CONFIG_CPU_SUP_UMC_32=y CONFIG_CRC16=y +CONFIG_CRYPTO_AES_586=y CONFIG_CRYPTO_CRC32C=y # CONFIG_CRYPTO_CRC32_PCLMUL is not set CONFIG_CRYPTO_HASH=y |