Skip to content
Snippets Groups Projects
Commit 9d9b2ddf authored by Felix Fietkau's avatar Felix Fietkau
Browse files

kernel: make crypto-ctr depend on crypto-iv


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 45124
parent 7ae1c1b4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment