projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bcc6d1
)
kernel: kmod-lib-objagg: Mark hidden
author
Hauke Mehrtens
<
[email protected]
>
Sun, 20 Jul 2025 17:26:44 +0000
(19:26 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
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 <
[email protected]
>
package/kernel/linux/modules/lib.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/lib.mk
b/package/kernel/linux/modules/lib.mk
index dc51cd007130393a6349e73e1494d1cf1d81147e..4f2cd8f320d826298f15119241ecbb894b7ff531 100644
(file)
--- 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 \