1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:33:10 +02:00

[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
This commit is contained in:
nico 2010-08-11 17:12:31 +00:00
parent 6d2845ae46
commit 305ad849cc

View File

@ -150,7 +150,7 @@ endef
$(eval $(call KernelPackage,video-pwc))
define KernelPackage/video-uvc
$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-input-core)
$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +!TARGET_x86:kmod-input-core)
TITLE:=USB Video Class (UVC) support
KCONFIG:= CONFIG_USB_VIDEO_CLASS
FILES:=$(LINUX_DIR)/drivers/media/video/uvc/uvcvideo.$(LINUX_KMOD_SUFFIX)