package/kernel: video: add missing dependencies (closes: #6497, #7542) * kmod-i2c-core to kmod-video-core * kmod-input-core to kmod-video-uvc
SVN-Revision: 22597
This commit is contained in:
parent
d823419da8
commit
b36a1274bb
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ VIDEO_MENU:=Video Support
|
||||||
define KernelPackage/video-core
|
define KernelPackage/video-core
|
||||||
SUBMENU:=$(VIDEO_MENU)
|
SUBMENU:=$(VIDEO_MENU)
|
||||||
TITLE=Video4Linux support
|
TITLE=Video4Linux support
|
||||||
DEPENDS:=@PCI_SUPPORT||USB_SUPPORT
|
DEPENDS:=@PCI_SUPPORT||USB_SUPPORT +!TARGET_etrax:kmod-i2c-core
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_MEDIA_SUPPORT=m \
|
CONFIG_MEDIA_SUPPORT=m \
|
||||||
CONFIG_VIDEO_DEV \
|
CONFIG_VIDEO_DEV \
|
||||||
|
@ -162,6 +162,7 @@ define KernelPackage/video-uvc
|
||||||
FILES:=$(LINUX_DIR)/drivers/media/video/uvc/uvcvideo.ko
|
FILES:=$(LINUX_DIR)/drivers/media/video/uvc/uvcvideo.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,90,uvcvideo)
|
AUTOLOAD:=$(call AutoLoad,90,uvcvideo)
|
||||||
$(call AddDepends/video)
|
$(call AddDepends/video)
|
||||||
|
$(call AddDepends/input)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue