summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2025-07-20 16:45:19 +0000
committerHauke Mehrtens2025-07-25 23:11:20 +0000
commit476902afa63ee030aaf4c205e837a875c20fdb08 (patch)
treefed39faf02ad18dcdd022c9702faa9219969f142
parent858ce9ad1e74df49ecce6be8755cfdc4a8a06f96 (diff)
downloadopenwrt-476902afa63ee030aaf4c205e837a875c20fdb08.tar.gz
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@hauke-m.de>
-rw-r--r--package/kernel/linux/modules/crypto.mk1
1 files changed, 1 insertions, 0 deletions
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)