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
1111define KernelPackage/video-core
1212  SUBMENU:=$(VIDEO_MENU)
1313  TITLE=Video4Linux support
14  DEPENDS:=@PCI_SUPPORT||USB_SUPPORT
14  DEPENDS:=@PCI_SUPPORT||USB_SUPPORT +!TARGET_etrax:kmod-i2c-core
1515  KCONFIG:= \
1616    CONFIG_MEDIA_SUPPORT=m \
1717    CONFIG_VIDEO_DEV \
...... 
162162  FILES:=$(LINUX_DIR)/drivers/media/video/uvc/uvcvideo.ko
163163  AUTOLOAD:=$(call AutoLoad,90,uvcvideo)
164164  $(call AddDepends/video)
165  $(call AddDepends/input)
165166endef
166167
167168

Archive Download the corresponding diff file



interactive