kernel: fix config symbol for kmod-crypto-hash
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38015
This commit is contained in:
parent
fd44388bbf
commit
5d8cdd84e8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ endef
|
||||||
|
|
||||||
define KernelPackage/crypto-hash
|
define KernelPackage/crypto-hash
|
||||||
TITLE:=CryptoAPI hash support
|
TITLE:=CryptoAPI hash support
|
||||||
KCONFIG:=CONFIG_CRYPTO_HASH2
|
KCONFIG:=CONFIG_CRYPTO_HASH
|
||||||
FILES:=$(LINUX_DIR)/crypto/crypto_hash.ko
|
FILES:=$(LINUX_DIR)/crypto/crypto_hash.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,02,crypto_hash,1)
|
AUTOLOAD:=$(call AutoLoad,02,crypto_hash,1)
|
||||||
$(call AddDepends/crypto)
|
$(call AddDepends/crypto)
|
||||||
|
|
Loading…
Reference in a new issue