From aae0edf40574e55a2171d6a389c8f2e50344e704 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 9 Aug 2015 17:17:51 +0000 Subject: [PATCH] kernel: crypto: fix module loading of cryptomgr.ko There was no rule to load this module. Signed-off-by: Hauke Mehrtens SVN-Revision: 46575 --- 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 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