From 1e395abc80b13bf820aca5909ea9f4429dad313f Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 11 Jul 2011 16:52:28 +0000 Subject: [PATCH] fixup orion compile SVN-Revision: 27591 --- package/kernel/modules/crypto.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index af9b5e2734..e869851b4c 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -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)