From: Felix Fietkau Date: Wed, 9 Dec 2009 19:04:57 +0000 (+0000) Subject: add missing config option for v4l1 (fixes #6314) X-Git-Tag: reboot~21693 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=eb760dffc304afc497631f823afc2d13a53bb416;p=openwrt%2Fstaging%2Flynxis.git add missing config option for v4l1 (fixes #6314) SVN-Revision: 18726 --- diff --git a/package/kernel/modules/video.mk b/package/kernel/modules/video.mk index f1ee75a859..3eb9fe99c0 100644 --- 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