[openwrt/openwrt] apm821xx: fix autoloading of kmod-hw-crypto4xx
LEDE Commits
lede-commits at lists.infradead.org
Sat Jul 8 06:39:24 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a94b34b29ab0204d3f1789e234c94b173dc20ce4
commit a94b34b29ab0204d3f1789e234c94b173dc20ce4
Author: Rani Hod <rani.hod at gmail.com>
AuthorDate: Fri Jul 7 18:26:32 2023 +0300
apm821xx: fix autoloading of kmod-hw-crypto4xx
Fixes: 55fbcad20a2d (apm821xx: make crypto4xx as a standalone module)
Signed-off-by: Rani Hod <rani.hod at gmail.com>
---
target/linux/apm821xx/modules.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/apm821xx/modules.mk b/target/linux/apm821xx/modules.mk
index f8880d6712..1abb12a483 100644
--- a/target/linux/apm821xx/modules.mk
+++ b/target/linux/apm821xx/modules.mk
@@ -23,7 +23,7 @@ define KernelPackage/hw-crypto-4xx
+kmod-crypto-ccm +kmod-crypto-gcm \
+kmod-crypto-sha1 +kmod-crypto-sha256 +kmod-crypto-sha512
FILES:=$(LINUX_DIR)/drivers/crypto/amcc/crypto4xx.ko
- AUTOLOAD:=$(call AutoLoad,09,sata_dwc_460ex,1)
+ AUTOLOAD:=$(call AutoLoad,09,crypto4xx,1)
$(call AddDepends/crypto)
endef
More information about the lede-commits
mailing list