| Date: | 2010-08-11 19:00:01 (2 years 9 months ago) |
|---|---|
| Author: | nico |
| Commit: | 8715e7dec27f9e19f44f885b58d97c16afdb62ef |
| Message: | 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/trunk@22597 3c298f89-4303-0410-b956-a3cf2f4a3e73 |
| Files: |
package/kernel/modules/video.mk (2 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 +!TARGET_etrax:kmod-i2c-core | |
| 15 | 15 | KCONFIG:= \ |
| 16 | 16 | CONFIG_MEDIA_SUPPORT=m \ |
| 17 | 17 | CONFIG_VIDEO_DEV \ |
| ... | ... | |
| 162 | 162 | FILES:=$(LINUX_DIR)/drivers/media/video/uvc/uvcvideo.ko |
| 163 | 163 | AUTOLOAD:=$(call AutoLoad,90,uvcvideo) |
| 164 | 164 | $(call AddDepends/video) |
| 165 | $(call AddDepends/input) | |
| 165 | 166 | endef |
| 166 | 167 | |
| 167 | 168 | |
