Author: blogic
Date: 2016-02-12 09:31:54 +0100 (Fri, 12 Feb 2016)
New Revision: 48714

Modified:
   trunk/package/kernel/linux/modules/crypto.mk
Log:
linux/crypto: Add echainiv module provided by 4.4 kernels

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

Signed-off-by: Andr?\195?\169 Valentin <[email protected]>

Modified: trunk/package/kernel/linux/modules/crypto.mk
===================================================================
--- trunk/package/kernel/linux/modules/crypto.mk        2016-02-12 08:31:49 UTC 
(rev 48713)
+++ trunk/package/kernel/linux/modules/crypto.mk        2016-02-12 08:31:54 UTC 
(rev 48714)
@@ -133,6 +133,18 @@
 
 $(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
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to