[OpenWrt-Devel] [PATCH 15/29] kernel: Use crypto_simd.ko instead of lrw.ko for x86
Hauke Mehrtens
hauke at hauke-m.de
Sun Dec 9 10:14:37 EST 2018
The x86 optimized cryptographic algorithm kernel modules now mostly use
crypto_simd.ko instead of lrw.ko in kernel 4.19. Add the new module to
the kmod-crypto-misc package.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/kernel/linux/modules/crypto.mk | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index 09ac0efab2..f6d22b0e48 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -502,8 +502,9 @@ ifndef CONFIG_TARGET_x86_64
$(LINUX_DIR)/arch/x86/crypto/glue_helper.ko \
$(LINUX_DIR)/crypto/ablk_helper.ko at lt4.17 \
$(LINUX_DIR)/crypto/cryptd.ko \
- $(LINUX_DIR)/crypto/lrw.ko
- AUTOLOAD+= $(call AutoLoad,10,lrw cryptd glue_helper \
+ $(LINUX_DIR)/crypto/lrw.ko at lt4.17 \
+ $(LINUX_DIR)/crypto/crypto_simd.ko at ge4.17
+ AUTOLOAD+= $(call AutoLoad,10,cryptd glue_helper \
serpent-sse2-i586 twofish-i586 blowfish_generic)
endef
endif
--
2.11.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list