This package provides the aead module which other modules need loaded
when they depend on this package.

Signed-off-by: Doug Goldstein <car...@cardoe.com>
---
 package/kernel/linux/modules/crypto.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/linux/modules/crypto.mk 
b/package/kernel/linux/modules/crypto.mk
index efa69b7..7295b98 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -58,6 +58,7 @@ define KernelPackage/crypto-manager
        CONFIG_CRYPTO_MANAGER \
        $(foreach mod,$(CRYPTOMGR_MODULES),$(call crypto_confvar,$(mod)))
   FILES:=$(foreach mod,$(CRYPTOMGR_MODULES),$(call crypto_file,$(mod)))
+  AUTOLOAD:=$(call AutoLoad,08,aead)
   $(call AddDepends/crypto)
 endef
 
-- 
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to