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 | |
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')
-rw-r--r-- | target/linux/x86/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/x86/geode/target.mk | 2 |
2 files changed, 2 insertions, 1 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 diff --git a/target/linux/x86/geode/target.mk b/target/linux/x86/geode/target.mk index 57ccdc6c86..106cfebbd4 100644 --- a/target/linux/x86/geode/target.mk +++ b/target/linux/x86/geode/target.mk @@ -1,7 +1,7 @@ BOARDNAME:=AMD Geode based systems FEATURES:=squashfs ext4 pci usb gpio DEFAULT_PACKAGES += \ - kmod-crypto-hw-geode kmod-crypto-ocf kmod-crypto-aes kmod-crypto-cbc \ + kmod-crypto-hw-geode kmod-crypto-ocf kmod-crypto-cbc \ kmod-ath5k kmod-ath9k \ kmod-button-hotplug \ kmod-ledtrig-heartbeat kmod-ledtrig-gpio \ |