Browse Source

kernel: fix config symbol for kmod-crypto-hash

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 38015
Felix Fietkau 12 years ago
parent
commit
5d8cdd84e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/linux/modules/crypto.mk

+ 1 - 1
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)