kernel: crypto-echainiv was missing deps

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 48724
This commit is contained in:
John Crispin 2016-02-16 07:47:06 +00:00
parent 5902afcfca
commit 374a8f96bd
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ $(eval $(call KernelPackage,crypto-iv))
define KernelPackage/crypto-echainiv
TITLE:=Encrypted Chain IV Generator
DEPENDS:=+kmod-crypto-aead
KCONFIG:=CONFIG_CRYPTO_ECHAINIV
FILES:=$(LINUX_DIR)/crypto/echainiv.ko
AUTOLOAD:=$(call AutoLoad,09,echainiv)