kernel: kmod-video-async: Mark hidden
The Kernel config option CONFIG_V4L2_ASYNC 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:
@@ -765,6 +765,7 @@ $(eval $(call KernelPackage,video-videobuf2))
|
||||
|
||||
define KernelPackage/video-async
|
||||
TITLE:=V4L2 ASYNC support
|
||||
HIDDEN:=1
|
||||
KCONFIG:=CONFIG_V4L2_ASYNC
|
||||
FILES:=$(LINUX_DIR)/drivers/media/$(V4L2_DIR)/v4l2-async.ko
|
||||
$(call AddDepends/video)
|
||||
|
||||
Reference in New Issue
Block a user