]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: kmod-crypto-engine: Mark hidden
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 20 Jul 2025 16:45:19 +0000 (18:45 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 25 Jul 2025 23:11:20 +0000 (01:11 +0200)
The Kernel config option CONFIG_CRYPTO_ENGINE has no title and can not
be directly selected. Do the same for this kmod and make it hidden.

Link: https://github.com/openwrt/openwrt/pull/19480
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/linux/modules/crypto.mk

index d518917ea8ffb49181c00ab941d3a283bbe81663..d1b3f39940d4c9780515a5905beb734d338f3258 100644 (file)
@@ -251,6 +251,7 @@ $(eval $(call KernelPackage,crypto-echainiv))
 
 define KernelPackage/crypto-engine
   TITLE:=Crypto engine
+  HIDDEN:=1
   KCONFIG:=CONFIG_CRYPTO_ENGINE
   FILES:=$(LINUX_DIR)/crypto/crypto_engine.ko
   AUTOLOAD:=$(call AutoLoad,09,crypto_engine)