From f298d5b810118c02b340c5bb5c85e1ac11579677 Mon Sep 17 00:00:00 2001 From: Aleksander Jan Bajkowski Date: Sun, 2 May 2021 11:25:46 +0200 Subject: kernel: crypto: drop kmod-crypto-wq CONFIG_CRYPTO_WORKQUEUE was removed in upstream commit[1]. This symbol doesn't exist since kernel 5.3 and this package is empty. 1. [ crypto: cryptd - move kcrypto_wq into cryptd ] (https://github.com/torvalds/linux/commit/3e56e168638b3e7147902c3b7257a57ea573a30e) Signed-off-by: Aleksander Jan Bajkowski --- package/kernel/linux/modules/crypto.mk | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'package/kernel') diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 2775239e52..edce712c56 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -986,16 +986,6 @@ endef $(eval $(call KernelPackage,crypto-user)) -define KernelPackage/crypto-wq - TITLE:=CryptoAPI work queue handling - KCONFIG:=CONFIG_CRYPTO_WORKQUEUE - FILES:=$(LINUX_DIR)/crypto/crypto_wq.ko - AUTOLOAD:=$(call AutoLoad,09,crypto_wq) - $(call AddDepends/crypto) -endef -$(eval $(call KernelPackage,crypto-wq)) - - define KernelPackage/crypto-xts TITLE:=XTS cipher CryptoAPI module DEPENDS:=+kmod-crypto-gf128 +kmod-crypto-manager -- cgit v1.2.3