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 <l...@hjersted.com>
---
 package/kernel/modules/crypto.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk
index ab67b93..af9b5e2 100644
--- a/package/kernel/modules/crypto.mk
+++ b/package/kernel/modules/crypto.mk
@@ -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 \
-- 
1.7.4.1

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to