summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2025-07-20 17:27:16 +0000
committerHauke Mehrtens2025-07-25 23:11:20 +0000
commit1ba25858ffa768dae2010b93894d333bd0a8e76a (patch)
tree7015eafc57eb8ef31638ae971a21dfa8180c062f
parent2aea616d11f0f3e6beb7ea7df07189851b1a3b8d (diff)
downloadopenwrt-1ba25858ffa768dae2010b93894d333bd0a8e76a.tar.gz
kernel: kmod-lib-parman: Mark hidden
The Kernel config option CONFIG_PARMAN 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/lib.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/lib.mk b/package/kernel/linux/modules/lib.mk
index 4f2cd8f320..af445c84a1 100644
--- a/package/kernel/linux/modules/lib.mk
+++ b/package/kernel/linux/modules/lib.mk
@@ -373,6 +373,7 @@ $(eval $(call KernelPackage,lib-objagg))
define KernelPackage/lib-parman
SUBMENU:=$(LIB_MENU)
TITLE:=parman support
+ HIDDEN:=1
FILES:=$(LINUX_DIR)/lib/parman.ko
KCONFIG:= \
CONFIG_PARMAN \