mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
crypto: add missing depends for crypto-manager
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37817
This commit is contained in:
parent
418e979e29
commit
b04baf0d0c
@ -51,7 +51,7 @@ $(eval $(call KernelPackage,crypto-hash))
|
|||||||
|
|
||||||
define KernelPackage/crypto-manager
|
define KernelPackage/crypto-manager
|
||||||
TITLE:=CryptoAPI algorithm manager
|
TITLE:=CryptoAPI algorithm manager
|
||||||
DEPENDS:=+kmod-crypto-hash
|
DEPENDS:=+kmod-crypto-hash +kmod-crypto-pcompress
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_CRYPTO_AEAD \
|
CONFIG_CRYPTO_AEAD \
|
||||||
CONFIG_CRYPTO_BLKCIPHER \
|
CONFIG_CRYPTO_BLKCIPHER \
|
||||||
|
Loading…
Reference in New Issue
Block a user