From: hauke Date: Sun, 9 Aug 2015 17:17:51 +0000 (+0000) Subject: kernel: crypto: fix module loading of cryptomgr.ko X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b9ebfc0c525227dc0e2da9fca27773fd1e94dde9;p=openwrt.git 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 --- 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