]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: kmod-lib-objagg: Mark hidden
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 20 Jul 2025 17:26:44 +0000 (19:26 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 25 Jul 2025 23:11:20 +0000 (01:11 +0200)
The Kernel config option CONFIG_OBJAGG 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 dc51cd007130393a6349e73e1494d1cf1d81147e..4f2cd8f320d826298f15119241ecbb894b7ff531 100644 (file)
@@ -359,6 +359,7 @@ $(eval $(call KernelPackage,oid-registry))
 define KernelPackage/lib-objagg
   SUBMENU:=$(LIB_MENU)
   TITLE:=objagg support
+  HIDDEN:=1
   FILES:=$(LINUX_DIR)/lib/objagg.ko
   KCONFIG:= \
   CONFIG_OBJAGG \