fixup orion compile
authorImre Kaloz <kaloz@openwrt.org>
Mon, 11 Jul 2011 16:52:28 +0000 (16:52 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Mon, 11 Jul 2011 16:52:28 +0000 (16:52 +0000)
SVN-Revision: 27591

package/kernel/modules/crypto.mk

index af9b5e27340fa0e945842be60d9c24fabba8d7d3..e869851b4cecc313c8e43a037d40d97b32bafbc5 100644 (file)
@@ -41,7 +41,7 @@ endef
 
 define KernelPackage/crypto-hash
   TITLE:=CryptoAPI hash support
-  KCONFIG:=CONFIG_CRYPTO_HASH
+  KCONFIG:=CONFIG_CRYPTO_HASH2
   FILES:=$(LINUX_DIR)/crypto/crypto_hash.ko
   AUTOLOAD:=$(call AutoLoad,02,crypto_hash)
   $(call AddDepends/crypto)