summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Schlehofer2022-08-30 07:06:04 +0000
committerHauke Mehrtens2024-07-28 17:51:47 +0000
commitdad6ac5e3478a65a1aeb2f1e80e65d56f67b825b (patch)
tree7f0176ff59363f81b3e7dd0a8bae2ad605b3940c
parent96392789ae50a76dc2c8ee875aeabd06c0a48189 (diff)
downloadopenwrt-dad6ac5e3478a65a1aeb2f1e80e65d56f67b825b.tar.gz
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 <pepe.schlehofer@gmail.com> Link: https://github.com/openwrt/openwrt/pull/10557 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/mpc85xx/Makefile2
1 files changed, 1 insertions, 1 deletions
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))