mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-04-23 12:11:01 +02:00
This patch set introduces support for using the in-tree (mainline) EIP93 crypto driver for kernel 6.18 and later, along with additional improvements and fixes: - Conditional Kconfig/Makefile handling for crypto-hw-eip93 to enable use of the mainline driver with kernel 6.18+. - Patch 926: Use software AES fallback for small requests in the EIP93 driver. - Patch 927: Add `mediatek,mtk-eip93` compatible string for upstream kernel device trees. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/21078 Signed-off-by: Robert Marko <robimarko@gmail.com>