projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b43ef49
)
kernel: kmod-video-async: Mark hidden
author
Hauke Mehrtens
<
[email protected]
>
Sun, 20 Jul 2025 17:21:48 +0000
(19:21 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Fri, 25 Jul 2025 23:11:20 +0000
(
01:11
+0200)
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 <
[email protected]
>
package/kernel/linux/modules/video.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/video.mk
b/package/kernel/linux/modules/video.mk
index d0ceea14e7d84f5415c67313eaefb505f827a6e4..ddec9dd3f0406b0f1ea9d0d712894cb1a7140b8e 100644
(file)
--- a/
package/kernel/linux/modules/video.mk
+++ b/
package/kernel/linux/modules/video.mk
@@
-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)