fixup orion compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27591 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Imre Kaloz 2011-07-11 16:52:28 +00:00
parent bcf3aedbf6
commit 1dedd8f702
1 changed files with 1 additions and 1 deletions

View 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)