Date:2010-08-11 19:12:31 (13 years 7 months ago)
Author:nico
Commit:305ad849cc602c0dcbe25048391322c32e3df5cd
Message:[backfire] fix dependency issue introduced by r22598 (x86 has no kmod-input-core)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22599 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: package/kernel/modules/video.mk (1 diff)

Change Details

package/kernel/modules/video.mk
150150$(eval $(call KernelPackage,video-pwc))
151151
152152define KernelPackage/video-uvc
153$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-input-core)
153$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +!TARGET_x86:kmod-input-core)
154154  TITLE:=USB Video Class (UVC) support
155155  KCONFIG:= CONFIG_USB_VIDEO_CLASS
156156  FILES:=$(LINUX_DIR)/drivers/media/video/uvc/uvcvideo.$(LINUX_KMOD_SUFFIX)

Archive Download the corresponding diff file



interactive