[OpenWrt-Devel] [PATCH] kmod-crypto-manager: autoload aead module
Doug Goldstein
cardoe at cardoe.com
Wed Aug 5 09:30:04 EDT 2015
This package provides the aead module which other modules need loaded
when they depend on this package.
Signed-off-by: Doug Goldstein <cardoe at 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 at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list