From b9ebfc0c525227dc0e2da9fca27773fd1e94dde9 Mon Sep 17 00:00:00 2001 From: hauke 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46575 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 -- 2.11.0