2
0
Эх сурвалжийг харах

kernel: crypto: fix module loading of cryptomgr.ko

There was no rule to load this module.

Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 46575
Hauke Mehrtens 10 жил өмнө
parent
commit
aae0edf405

+ 1 - 0
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