From: jogo Date: Thu, 18 Jul 2013 20:40:17 +0000 (+0000) Subject: kernel: video-core depends on i2c-core if i2c-core is selected X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0f78a7fb9165a49da822630a69e9f7c70eb46693;p=openwrt.git kernel: video-core depends on i2c-core if i2c-core is selected Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37421 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk index e652e8a4f0..def8d48b6e 100644 --- a/package/kernel/linux/modules/video.mk +++ b/package/kernel/linux/modules/video.mk @@ -82,7 +82,7 @@ $(eval $(call KernelPackage,fb-cfb-imgblt)) define KernelPackage/video-core SUBMENU:=$(VIDEO_MENU) TITLE=Video4Linux support - DEPENDS:=@PCI_SUPPORT||USB_SUPPORT + DEPENDS:=@PCI_SUPPORT||USB_SUPPORT +PACKAGE_kmod-i2c-core:kmod-i2c-core KCONFIG:= \ CONFIG_MEDIA_SUPPORT=m \ CONFIG_MEDIA_CAMERA_SUPPORT=y \