Procházet zdrojové kódy

x86: geode: add kmod-crypto-ebc needed for hw acceleration

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 <[email protected]>
Paul Fertser před 3 roky
rodič
revize
e1e4cbde5c
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      target/linux/x86/image/geode.mk

+ 2 - 1
target/linux/x86/image/geode.mk

@@ -1,7 +1,8 @@
 define Device/generic
 define Device/generic
   DEVICE_VENDOR := Generic
   DEVICE_VENDOR := Generic
   DEVICE_MODEL := x86/Geode
   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
   GRUB2_VARIANT := legacy
 endef
 endef
 TARGET_DEVICES += generic
 TARGET_DEVICES += generic