[openwrt/openwrt] kernel: kmod-crypto-engine: Mark hidden

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 25 16:47:40 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/476902afa63ee030aaf4c205e837a875c20fdb08

commit 476902afa63ee030aaf4c205e837a875c20fdb08
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jul 20 18:45:19 2025 +0200

    kernel: kmod-crypto-engine: Mark hidden
    
    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 at hauke-m.de>
---
 package/kernel/linux/modules/crypto.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index d518917ea8..d1b3f39940 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -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)




More information about the lede-commits mailing list