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/geode | |
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/geode')
-rw-r--r-- | target/linux/x86/geode/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |