1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 12:14:01 +02:00

add missing config option for v4l1 (fixes #6314)

SVN-Revision: 18726
This commit is contained in:
Felix Fietkau 2009-12-09 19:04:57 +00:00
parent 679cab88fe
commit eb760dffc3

View File

@ -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