mirror of https://github.com/hak5/openwrt-owl.git
kernel: crypto-echainiv was missing deps
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 48724owl
parent
5902afcfca
commit
374a8f96bd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue