aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/crypto.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-09-17 09:54:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-09-17 09:54:05 +0000
commita37971c70e3ef225630de87d9d5374adf2aabf52 (patch)
treeec29142483ea9b27deffa3fffd39d17aea951a3e /package/kernel/linux/modules/crypto.mk
parent06c07d0cf54c3af50e050d5454b56cca2344a5ed (diff)
downloadmaster-187ad058-a37971c70e3ef225630de87d9d5374adf2aabf52.tar.gz
master-187ad058-a37971c70e3ef225630de87d9d5374adf2aabf52.tar.bz2
master-187ad058-a37971c70e3ef225630de87d9d5374adf2aabf52.zip
kernel: fix config symbol for kmod-crypto-hash
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38015 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules/crypto.mk')
-rw-r--r--package/kernel/linux/modules/crypto.mk2
1 files changed, 1 insertions, 1 deletions
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)