gspcav1 cannot be compiled under 2.6.27/2.6.28 at the moment, mask it
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 12 Jan 2009 21:08:35 +0000 (21:08 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 12 Jan 2009 21:08:35 +0000 (21:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13997 3c298f89-4303-0410-b956-a3cf2f4a3e73

multimedia/gspcav1/Makefile

index b01d2f3..5fb2e58 100644 (file)
@@ -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