Author: nbd
Date: 2015-01-05 14:01:56 +0100 (Mon, 05 Jan 2015)
New Revision: 43835

Modified:
   trunk/package/kernel/linux/modules/crypto.mk
Log:
kernel/modules: add kmod-crypto-gf128

Signed-off-by: Stijn Tintel <[email protected]>

Modified: trunk/package/kernel/linux/modules/crypto.mk
===================================================================
--- trunk/package/kernel/linux/modules/crypto.mk        2015-01-05 13:01:52 UTC 
(rev 43834)
+++ trunk/package/kernel/linux/modules/crypto.mk        2015-01-05 13:01:56 UTC 
(rev 43835)
@@ -400,6 +400,17 @@
 $(eval $(call KernelPackage,crypto-hmac))
 
 
+define KernelPackage/crypto-gf128
+  TITLE:=GF(2^128) multiplication functions CryptoAPI module
+  KCONFIG:=CONFIG_CRYPTO_GF128MUL
+  FILES:=$(LINUX_DIR)/crypto/gf128mul.ko
+  AUTOLOAD:=$(call AutoLoad,09,gf128mul)
+  $(call AddDepends/crypto)
+endef
+
+$(eval $(call KernelPackage,crypto-gf128))
+
+
 define KernelPackage/crypto-md4
   TITLE:=MD4 digest CryptoAPI module
   DEPENDS:=+kmod-crypto-hash
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to