summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2025-07-20 17:26:44 +0000
committerHauke Mehrtens2025-07-25 23:11:20 +0000
commit2aea616d11f0f3e6beb7ea7df07189851b1a3b8d (patch)
tree47483d8662b03cfdba2e99365e55fefc05f1aca1
parent8bcc6d1894eb7f0ca11151425eebda56e2d33c1b (diff)
downloadopenwrt-2aea616d11f0f3e6beb7ea7df07189851b1a3b8d.tar.gz
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@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 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 \