From: Hauke Mehrtens Date: Sun, 9 Aug 2015 17:17:51 +0000 (+0000) Subject: kernel: crypto: fix module loading of cryptomgr.ko X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=ae9065f9b4a531048c9ed5af7a84afeacdbc2786 kernel: crypto: fix module loading of cryptomgr.ko There was no rule to load this module. Signed-off-by: Hauke Mehrtens SVN-Revision: 46575 --- diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 7324d1a877..d530b1471a 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -66,6 +66,7 @@ define KernelPackage/crypto-manager CONFIG_CRYPTO_MANAGER \ CONFIG_CRYPTO_MANAGER2 FILES:=$(LINUX_DIR)/crypto/cryptomgr.ko + AUTOLOAD:=$(call AutoLoad,09,cryptomgr,1) $(call AddDepends/crypto) endef