crypto: add missing depends for crypto-manager

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 37817
This commit is contained in:
Luka Perkov 2013-08-21 00:36:19 +00:00
parent 418e979e29
commit b04baf0d0c
1 changed files with 1 additions and 1 deletions

View File

@ -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 \