Skip to content

Commit

Permalink
x86: geode: add kmod-crypto-ebc needed for hw acceleration
Browse files Browse the repository at this point in the history
Module kmod-crypto-hw-geode provides accelerated cbc(aes) and ecb(aes)
but the software implementation is also needed when AES key size isn't
128 so that the operation can fall back. Add the kmod so that it would
all work as expected out of the box.

Tested-by: timur_davletshin
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
  • Loading branch information
paulfertser authored and ynezz committed Feb 19, 2022
1 parent 2c211a9 commit e1e4cbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/linux/x86/image/geode.mk
@@ -1,7 +1,8 @@
define Device/generic
DEVICE_VENDOR := Generic
DEVICE_MODEL := x86/Geode
DEVICE_PACKAGES += kmod-crypto-cbc kmod-crypto-hw-geode kmod-ledtrig-gpio
DEVICE_PACKAGES += kmod-crypto-cbc kmod-crypto-ebc kmod-crypto-hw-geode \
kmod-ledtrig-gpio
GRUB2_VARIANT := legacy
endef
TARGET_DEVICES += generic
Expand Down

0 comments on commit e1e4cbd

Please sign in to comment.