diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-11 16:52:28 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-11 16:52:28 +0000 |
commit | 1e395abc80b13bf820aca5909ea9f4429dad313f (patch) | |
tree | 846fc1ca9307389beaccaaa197691d9d3e9115e1 /package | |
parent | 1af1682eb2a5a6109fc497240d259415babfb5bb (diff) | |
download | upstream-1e395abc80b13bf820aca5909ea9f4429dad313f.tar.gz upstream-1e395abc80b13bf820aca5909ea9f4429dad313f.tar.bz2 upstream-1e395abc80b13bf820aca5909ea9f4429dad313f.zip |
fixup orion compile
SVN-Revision: 27591
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/crypto.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |