kernel: fix autoload for the crypto_hash module (patch from #9136)
SVN-Revision: 26358
This commit is contained in:
parent
8b0988baec
commit
d1da16a093
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ define KernelPackage/crypto-hash
|
||||||
TITLE:=CryptoAPI hash support
|
TITLE:=CryptoAPI hash support
|
||||||
KCONFIG:=CONFIG_CRYPTO_HASH
|
KCONFIG:=CONFIG_CRYPTO_HASH
|
||||||
FILES:=$(LINUX_DIR)/crypto/crypto_hash.ko
|
FILES:=$(LINUX_DIR)/crypto/crypto_hash.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,02,crypto_hash.ko)
|
AUTOLOAD:=$(call AutoLoad,02,crypto_hash)
|
||||||
$(call AddDepends/crypto)
|
$(call AddDepends/crypto)
|
||||||
endef
|
endef
|
||||||
$(eval $(call KernelPackage,crypto-hash))
|
$(eval $(call KernelPackage,crypto-hash))
|
||||||
|
|
Loading…
Reference in a new issue