mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-11 20:40:15 +02:00
[PATCH] 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26984 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2a521b9016
commit
a642e3be48
@ -84,7 +84,7 @@ $(eval $(call KernelPackage,crypto-rng))
|
|||||||
|
|
||||||
define KernelPackage/crypto-iv
|
define KernelPackage/crypto-iv
|
||||||
TITLE:=CryptoAPI initialization vectors
|
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
|
KCONFIG:= CONFIG_CRYPTO_BLKCIPHER2
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/crypto/eseqiv.ko \
|
$(LINUX_DIR)/crypto/eseqiv.ko \
|
||||||
|
Loading…
Reference in New Issue
Block a user