projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] gdb: fix build failure with arm targets
[openwrt.git]
/
package
/
kernel
/
modules
/
video.mk
diff --git
a/package/kernel/modules/video.mk
b/package/kernel/modules/video.mk
index
5bcdbe6
..
3eb9fe9
100644
(file)
--- a/
package/kernel/modules/video.mk
+++ b/
package/kernel/modules/video.mk
@@
-13,8
+13,10
@@
define KernelPackage/video-core
TITLE=Video4Linux support
DEPENDS:=@PCI_SUPPORT||USB_SUPPORT
KCONFIG:= \
+ 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.023161 seconds
and
4
git commands to generate.