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
1 changed files with 1 additions and 0 deletions

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