From: Felix Fietkau Date: Sun, 29 Mar 2015 05:20:58 +0000 (+0000) Subject: kernel: make crypto-ctr depend on crypto-iv X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=4b185f0ef52681921cd37095c9b5fd6bcda9a5d6;p=15.05%2Fopenwrt.git kernel: make crypto-ctr depend on crypto-iv Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45124 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 7d47aed9ca..21e98f3f8e 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -307,7 +307,7 @@ $(eval $(call KernelPackage,crypto-cbc)) 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)