mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
kernel: crypto: fix module loading of cryptomgr.ko
There was no rule to load this module. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46575
This commit is contained in:
parent
3e767d2b28
commit
aae0edf405
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user