[openwrt/openwrt] kernel: kmod-lib-objagg: Mark hidden

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


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2aea616d11f0f3e6beb7ea7df07189851b1a3b8d

commit 2aea616d11f0f3e6beb7ea7df07189851b1a3b8d
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jul 20 19:26:44 2025 +0200

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

diff --git a/package/kernel/linux/modules/lib.mk b/package/kernel/linux/modules/lib.mk
index dc51cd0071..4f2cd8f320 100644
--- a/package/kernel/linux/modules/lib.mk
+++ b/package/kernel/linux/modules/lib.mk
@@ -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 \




More information about the lede-commits mailing list