projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing config option for v4l1 (fixes #6314)
[openwrt.git]
/
package
/
kernel
/
modules
/
video.mk
diff --git
a/package/kernel/modules/video.mk
b/package/kernel/modules/video.mk
index
f1ee75a
..
3eb9fe9
100644
(file)
--- a/
package/kernel/modules/video.mk
+++ b/
package/kernel/modules/video.mk
@@
-16,6
+16,7
@@
define KernelPackage/video-core
CONFIG_MEDIA_SUPPORT=m \
CONFIG_VIDEO_DEV \
CONFIG_VIDEO_V4L1=y \
+ CONFIG_VIDEO_ALLOW_V4L1=y \
CONFIG_VIDEO_CAPTURE_DRIVERS=y \
CONFIG_V4L_USB_DRIVERS=y
endef
This page took
0.018977 seconds
and
4
git commands to generate.