From: kaloz Date: Mon, 11 Jul 2011 16:52:28 +0000 (+0000) Subject: fixup orion compile X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/554f9cd422df69aee1337d6e51b53f7ef184a9b1?hp=f5eda193b4a1e57b9c9b013d25a05618900a1863 fixup orion compile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27591 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index af9b5e273..e869851b4 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)