From: John Crispin Date: Fri, 12 Feb 2016 08:31:54 +0000 (+0000) Subject: linux/crypto: Add echainiv module provided by 4.4 kernels X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=459590dde89df5d3271c2dedca67372ba3a087f9 linux/crypto: Add echainiv module provided by 4.4 kernels This module is needed for IPsec ESP support, i.e.. Signed-off-by: André Valentin SVN-Revision: 48714 --- diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index a47a1b678a..dddddccbdd 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -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