From: luka Date: Wed, 21 Aug 2013 00:36:19 +0000 (+0000) Subject: [kernel] crypto: add missing depends for crypto-manager X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=bed8875c0a423758c199217e63b2859234d7dba2;p=openwrt.git [kernel] crypto: add missing depends for crypto-manager Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37817 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \