summaryrefslogtreecommitdiff
path: root/package/kernel/linux/modules/crypto.mk
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-08-21 00:36:19 +0000
committerLuka Perkov <luka@openwrt.org>2013-08-21 00:36:19 +0000
commitb04baf0d0c6ea5ad9395f098a83fa28b930e81d8 (patch)
treedeb469043febc171ac896dd986e7c4fbf6e677fc /package/kernel/linux/modules/crypto.mk
parent418e979e29393e02861611e2078ee0d97a4fdc8e (diff)
downloadmtk-20170518-b04baf0d0c6ea5ad9395f098a83fa28b930e81d8.zip
mtk-20170518-b04baf0d0c6ea5ad9395f098a83fa28b930e81d8.tar.gz
mtk-20170518-b04baf0d0c6ea5ad9395f098a83fa28b930e81d8.tar.bz2
crypto: add missing depends for crypto-manager
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37817
Diffstat (limited to 'package/kernel/linux/modules/crypto.mk')
-rw-r--r--package/kernel/linux/modules/crypto.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index 0600361..7ba189a 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 \