From dad6ac5e3478a65a1aeb2f1e80e65d56f67b825b Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 30 Aug 2022 09:06:04 +0200 Subject: [PATCH] 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 commit bf57f33f0229564828f576b2dfb897aa0b57e85c ("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 commit 06c4fc6d5e1eea00e6a3ea208102407408590af8 ("kernel: enable inside secure driver for MediaTek platforms") [1] https://cateee.net/lkddb/web-lkddb/CRYPTO_DEV_TALITOS.html Signed-off-by: Josef Schlehofer Link: https://github.com/openwrt/openwrt/pull/10557 Signed-off-by: Hauke Mehrtens --- target/linux/mpc85xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index b9bf0eaff0..7c8453776b 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -21,6 +21,6 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \ kmod-leds-gpio swconfig kmod-ath9k wpad-basic-mbedtls kmod-usb2 \ - uboot-envtools + uboot-envtools kmod-crypto-hw-talitos $(eval $(call BuildTarget)) -- 2.30.2