From: Felix Fietkau Date: Tue, 17 Sep 2013 09:54:05 +0000 (+0000) Subject: kernel: fix config symbol for kmod-crypto-hash X-Git-Tag: reboot~9282 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5d8cdd84e8ce9e422b22b7e798600778d5188150;p=openwrt%2Fstaging%2Fchunkeey.git kernel: fix config symbol for kmod-crypto-hash Signed-off-by: Felix Fietkau SVN-Revision: 38015 --- diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 7ba189aef9..42f37fe832 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -40,7 +40,7 @@ endef define KernelPackage/crypto-hash TITLE:=CryptoAPI hash support - KCONFIG:=CONFIG_CRYPTO_HASH2 + KCONFIG:=CONFIG_CRYPTO_HASH FILES:=$(LINUX_DIR)/crypto/crypto_hash.ko AUTOLOAD:=$(call AutoLoad,02,crypto_hash,1) $(call AddDepends/crypto)