1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-02 09:01:18 +02:00

add missing CONFIG_MEDIA_SUPPORT symbol for v4l (fixes #6108)

SVN-Revision: 18309
This commit is contained in:
Felix Fietkau 2009-11-05 11:06:23 +00:00
parent 6007ab61ec
commit f2c7149bf5

@ -13,6 +13,7 @@ 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_CAPTURE_DRIVERS=y \