mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
kernel: package crypto_engine driver
It is needed for the stm32/stm32mp1 subtarget. Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://github.com/openwrt/openwrt/pull/16716 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
6b9df468f0
commit
7bcc68ede3
@ -249,6 +249,15 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,crypto-echainiv))
|
||||
|
||||
define KernelPackage/crypto-engine
|
||||
TITLE:=Crypto engine
|
||||
KCONFIG:=CONFIG_CRYPTO_ENGINE
|
||||
FILES:=$(LINUX_DIR)/crypto/crypto_engine.ko
|
||||
AUTOLOAD:=$(call AutoLoad,09,crypto_engine)
|
||||
$(call AddDepends/crypto, +kmod-crypto-rsa +kmod-crypto-kpp)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,crypto-engine))
|
||||
|
||||
define KernelPackage/crypto-essiv
|
||||
TITLE:=ESSIV support for block encryption
|
||||
|
Loading…
Reference in New Issue
Block a user