From: nbd Date: Fri, 29 May 2009 12:01:18 +0000 (+0000) Subject: gspcav1 does not work on most kernel versions, mark it as broken X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=79d92c353d59523e68342db62d0cb2512b59e6d2;p=packages.git gspcav1 does not work on most kernel versions, mark it as broken git-svn-id: svn://svn.openwrt.org/openwrt/packages@16183 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/multimedia/gspcav1/Makefile b/multimedia/gspcav1/Makefile index 7735801b0..04413ac66 100644 --- a/multimedia/gspcav1/Makefile +++ b/multimedia/gspcav1/Makefile @@ -22,7 +22,7 @@ define KernelPackage/video-gspca SUBMENU:=Video Support TITLE:=SPCA5xx based USB webcam support URL:=http://mxhaard.free.fr/ - DEPENDS:=@LINUX_2_6 @!LINUX_2_6_27 @!LINUX_2_6_28 @USB_SUPPORT @!TARGET_uml +kmod-usb-core +kmod-video-core + DEPENDS:=@LINUX_2_6 @BROKEN @USB_SUPPORT @!TARGET_uml +kmod-usb-core +kmod-video-core FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,gspca) endef