kernel: fix autoload for the crypto_hash module (patch from #9136)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26358 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
f0bec3fd64
commit
5df4e33545
|
@ -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 New Issue