From: Luka Perkov Date: Wed, 21 Aug 2013 00:36:19 +0000 (+0000) Subject: crypto: add missing depends for crypto-manager X-Git-Tag: reboot~9460 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b04baf0d0c6ea5ad9395f098a83fa28b930e81d8;p=openwrt%2Fstaging%2Fblogic.git crypto: add missing depends for crypto-manager Signed-off-by: Luka Perkov SVN-Revision: 37817 --- diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 0600361a619a..7ba189aef965 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -51,7 +51,7 @@ $(eval $(call KernelPackage,crypto-hash)) define KernelPackage/crypto-manager TITLE:=CryptoAPI algorithm manager - DEPENDS:=+kmod-crypto-hash + DEPENDS:=+kmod-crypto-hash +kmod-crypto-pcompress KCONFIG:= \ CONFIG_CRYPTO_AEAD \ CONFIG_CRYPTO_BLKCIPHER \