[openwrt/openwrt] kernel: modules: package kmod-crypto-essiv
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 11 11:05:38 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4133102898502c9bb453e8603b6c891aa103bce4
commit 4133102898502c9bb453e8603b6c891aa103bce4
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sun Sep 11 14:26:25 2022 +0100
kernel: modules: package kmod-crypto-essiv
Package kernel module providing ESSIV support for block encryption.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/kernel/linux/modules/crypto.mk | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index 35113e12d0..f8af5f0a3b 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -239,6 +239,18 @@ endef
$(eval $(call KernelPackage,crypto-echainiv))
+define KernelPackage/crypto-essiv
+ TITLE:=ESSIV support for block encryption
+ DEPENDS:=+kmod-crypto-authenc
+ KCONFIG:=CONFIG_CRYPTO_ESSIV
+ FILES:= $(LINUX_DIR)/crypto/essiv.ko
+ AUTOLOAD:=$(call AutoLoad,10,essiv)
+ $(call AddDepends/crypto)
+endef
+
+$(eval $(call KernelPackage,crypto-essiv))
+
+
define KernelPackage/crypto-fcrypt
TITLE:=FCRYPT cipher CryptoAPI module
KCONFIG:=CONFIG_CRYPTO_FCRYPT
More information about the lede-commits
mailing list