From b04baf0d0c6ea5ad9395f098a83fa28b930e81d8 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Wed, 21 Aug 2013 00:36:19 +0000 Subject: [PATCH] crypto: add missing depends for crypto-manager Signed-off-by: Luka Perkov SVN-Revision: 37817 --- package/kernel/linux/modules/crypto.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 0600361a61..7ba189aef9 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 \