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>
This commit is contained in:
@@ -359,6 +359,7 @@ $(eval $(call KernelPackage,oid-registry))
|
|||||||
define KernelPackage/lib-objagg
|
define KernelPackage/lib-objagg
|
||||||
SUBMENU:=$(LIB_MENU)
|
SUBMENU:=$(LIB_MENU)
|
||||||
TITLE:=objagg support
|
TITLE:=objagg support
|
||||||
|
HIDDEN:=1
|
||||||
FILES:=$(LINUX_DIR)/lib/objagg.ko
|
FILES:=$(LINUX_DIR)/lib/objagg.ko
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_OBJAGG \
|
CONFIG_OBJAGG \
|
||||||
|
|||||||
Reference in New Issue
Block a user