]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: kmod-lib-parman: Mark hidden
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 20 Jul 2025 17:27:16 +0000 (19:27 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 25 Jul 2025 23:11:20 +0000 (01:11 +0200)
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>
package/kernel/linux/modules/lib.mk

index 4f2cd8f320d826298f15119241ecbb894b7ff531..af445c84a19aa9446938181888beba31a41e350a 100644 (file)
@@ -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 \