Author: nbd
Date: 2015-03-29 07:20:58 +0200 (Sun, 29 Mar 2015)
New Revision: 45124

Modified:
   trunk/package/kernel/linux/modules/crypto.mk
Log:
kernel: make crypto-ctr depend on crypto-iv

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/package/kernel/linux/modules/crypto.mk
===================================================================
--- trunk/package/kernel/linux/modules/crypto.mk        2015-03-29 05:20:50 UTC 
(rev 45123)
+++ trunk/package/kernel/linux/modules/crypto.mk        2015-03-29 05:20:58 UTC 
(rev 45124)
@@ -307,7 +307,7 @@
 
 define KernelPackage/crypto-ctr
   TITLE:=Counter Mode CryptoAPI module
-  DEPENDS:=+kmod-crypto-manager +kmod-crypto-seqiv
+  DEPENDS:=+kmod-crypto-manager +kmod-crypto-seqiv +kmod-crypto-iv
   KCONFIG:=CONFIG_CRYPTO_CTR
   FILES:=$(LINUX_DIR)/crypto/ctr.ko
   AUTOLOAD:=$(call AutoLoad,09,ctr)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to