kernel: kmod-crypto-iv depends on kmod-crypto-manager Add a missing dependency to kmod-crypto-iv. chainiv.ko and eseqiv.ko from kmod-crypto-iv depend on crypto_blkcipher.ko from kmod-crypto-manager.
Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 26984
This commit is contained in:
parent
50b69073d6
commit
7a5fcc5695
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ $(eval $(call KernelPackage,crypto-rng))
|
|||
|
||||
define KernelPackage/crypto-iv
|
||||
TITLE:=CryptoAPI initialization vectors
|
||||
DEPENDS:=+kmod-crypto-rng +kmod-crypto-wq
|
||||
DEPENDS:=+kmod-crypto-manager +kmod-crypto-rng +kmod-crypto-wq
|
||||
KCONFIG:= CONFIG_CRYPTO_BLKCIPHER2
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/crypto/eseqiv.ko \
|
||||
|
|
Loading…
Reference in a new issue