[OpenWrt-Devel] [PATCH 1/5] kernel: add package crypto-cryptd
Ulrich Weber
uweber.linux at gmail.com
Tue Feb 17 10:54:52 EST 2015
Signed-off-by: Ulrich Weber <uw at ocedo.com>
---
package/kernel/linux/modules/crypto.mk | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index 4df2d73..7f8b9f2 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -59,6 +59,17 @@ endef
$(eval $(call KernelPackage,crypto-hash))
+define KernelPackage/crypto-cryptd
+ TITLE:=Software async crypto daemon
+ DEPENDS:=+kmod-crypto-manager +kmod-crypto-wq
+ KCONFIG:=CONFIG_CRYPTO_CRYPTD
+ FILES:=$(LINUX_DIR)/crypto/cryptd.ko
+ $(call AddDepends/crypto)
+endef
+
+$(eval $(call KernelPackage,crypto-cryptd))
+
+
define KernelPackage/crypto-manager
TITLE:=CryptoAPI algorithm manager
DEPENDS:=+kmod-crypto-aead +kmod-crypto-hash +kmod-crypto-pcompress
--
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list