mpc85xx: enable inside secure driver for PowerPC platforms
Freescale procesor has Securite Engine driver called Talitos. [1] This driver is already packaged for OpenWrt since commitbf57f33f02
("kernel: Allow talitos crypto hw module selection"), but many users don't know about it. Let's include this kernel module package to default packages as it was recently done for MediaTek in commit06c4fc6d5e
("kernel: enable inside secure driver for MediaTek platforms") [1] https://cateee.net/lkddb/web-lkddb/CRYPTO_DEV_TALITOS.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> Link: https://github.com/openwrt/openwrt/pull/10557 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
96392789ae
commit
dad6ac5e34
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES += \
|
DEFAULT_PACKAGES += \
|
||||||
kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
|
kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
|
||||||
kmod-leds-gpio swconfig kmod-ath9k wpad-basic-mbedtls kmod-usb2 \
|
kmod-leds-gpio swconfig kmod-ath9k wpad-basic-mbedtls kmod-usb2 \
|
||||||
uboot-envtools
|
uboot-envtools kmod-crypto-hw-talitos
|
||||||
|
|
||||||
$(eval $(call BuildTarget))
|
$(eval $(call BuildTarget))
|
||||||
|
|
Loading…
Reference in a new issue