| Date: | 2010-08-11 19:06:23 (2 years 9 months ago) |
|---|---|
| Author: | nico |
| Commit: | 6d2845ae46a2c94447f0cc0d3b9bb97d7c0b7885 |
| Message: | [backfire] backport r22597 package/kernel: video: add missing dependencies (closes: #6497, #7542) * kmod-i2c-core to kmod-video-core * kmod-input-core to kmod-video-uvc git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22598 3c298f89-4303-0410-b956-a3cf2f4a3e73 |
| Files: |
package/kernel/modules/video.mk (3 diffs) |
Change Details
| package/kernel/modules/video.mk | ||
|---|---|---|
| 11 | 11 | define KernelPackage/video-core |
| 12 | 12 | SUBMENU:=$(VIDEO_MENU) |
| 13 | 13 | TITLE=Video4Linux support |
| 14 | DEPENDS:=@PCI_SUPPORT||USB_SUPPORT | |
| 14 | DEPENDS:=@PCI_SUPPORT||USB_SUPPORT +kmod-i2c-core | |
| 15 | 15 | KCONFIG:= \ |
| 16 | 16 | CONFIG_MEDIA_SUPPORT=m \ |
| 17 | 17 | CONFIG_VIDEO_DEV \ |
| ... | ... | |
| 99 | 99 | |
| 100 | 100 | |
| 101 | 101 | define KernelPackage/video-ovcamchip |
| 102 | $(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-i2c-core) | |
| 102 | $(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core) | |
| 103 | 103 | TITLE:=OV6xxx/OV7xxx Camera Chip support |
| 104 | 104 | KCONFIG:=CONFIG_VIDEO_OVCAMCHIP |
| 105 | 105 | FILES:=$(LINUX_DIR)/drivers/media/video/ovcamchip/ovcamchip.$(LINUX_KMOD_SUFFIX) |
| ... | ... | |
| 150 | 150 | $(eval $(call KernelPackage,video-pwc)) |
| 151 | 151 | |
| 152 | 152 | define KernelPackage/video-uvc |
| 153 | $(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core) | |
| 153 | $(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-input-core) | |
| 154 | 154 | TITLE:=USB Video Class (UVC) support |
| 155 | 155 | KCONFIG:= CONFIG_USB_VIDEO_CLASS |
| 156 | 156 | FILES:=$(LINUX_DIR)/drivers/media/video/uvc/uvcvideo.$(LINUX_KMOD_SUFFIX) |
