Skip to content
Snippets Groups Projects
Commit 4d434d64 authored by John Crispin's avatar John Crispin
Browse files

linux/crypto: Add echainiv module provided by 4.4 kernels


This module is needed for IPsec ESP support, i.e..

Signed-off-by: default avatarAndré Valentin <avalentin@marcant.net>

SVN-Revision: 48714
parent 290534c7
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,18 @@ endef
$(eval $(call KernelPackage,crypto-iv))
define KernelPackage/crypto-echainiv
TITLE:=Encrypted Chain IV Generator
KCONFIG:=CONFIG_CRYPTO_ECHAINIV
FILES:=$(LINUX_DIR)/crypto/echainiv.ko
AUTOLOAD:=$(call AutoLoad,09,echainiv)
$(call AddDepends/crypto)
endef
$(eval $(call KernelPackage,crypto-echainiv))
define KernelPackage/crypto-seqiv
TITLE:=CryptoAPI Sequence Number IV Generator
DEPENDS:=+kmod-crypto-aead +kmod-crypto-rng
......
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