From: Florian Fainelli Date: Mon, 12 Jan 2009 21:08:35 +0000 (+0000) Subject: gspcav1 cannot be compiled under 2.6.27/2.6.28 at the moment, mask it X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ea803ddaf0d8e08bcb11ec8d46366ac74fcd59a7;p=openwrt%2Fsvn-archive%2Fpackages.git gspcav1 cannot be compiled under 2.6.27/2.6.28 at the moment, mask it SVN-Revision: 13997 --- diff --git a/multimedia/gspcav1/Makefile b/multimedia/gspcav1/Makefile index b01d2f3e4..5fb2e58d1 100644 --- a/multimedia/gspcav1/Makefile +++ b/multimedia/gspcav1/Makefile @@ -23,7 +23,7 @@ define KernelPackage/video-gspca SUBMENU:=Video Support TITLE:=SPCA5xx based USB webcam support URL:=http://mxhaard.free.fr/ - DEPENDS:=@LINUX_2_6 @USB_SUPPORT @!TARGET_uml +kmod-usb-core +kmod-video-core + DEPENDS:=@LINUX_2_6 @!LINUX_2_6_27 @!LINUX_2_6_28 @USB_SUPPORT @!TARGET_uml +kmod-usb-core +kmod-video-core FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,gspca) endef