kernel: make crypto-ctr depend on crypto-iv
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45124
This commit is contained in:
parent
7ae1c1b4e8
commit
9d9b2ddf30
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ $(eval $(call KernelPackage,crypto-cbc))
|
||||||
|
|
||||||
define KernelPackage/crypto-ctr
|
define KernelPackage/crypto-ctr
|
||||||
TITLE:=Counter Mode CryptoAPI module
|
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
|
KCONFIG:=CONFIG_CRYPTO_CTR
|
||||||
FILES:=$(LINUX_DIR)/crypto/ctr.ko
|
FILES:=$(LINUX_DIR)/crypto/ctr.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,09,ctr)
|
AUTOLOAD:=$(call AutoLoad,09,ctr)
|
||||||
|
|
Loading…
Reference in a new issue