Fix typo
authorFlorian Fainelli <florian@openwrt.org>
Sun, 28 Sep 2008 06:50:07 +0000 (06:50 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 28 Sep 2008 06:50:07 +0000 (06:50 +0000)
SVN-Revision: 12750

multimedia/gspcav1/Makefile

index 1eab82f9e3f2ca13e55092eb550df9c3c86c7ae0..b01d2f3e40b62370b05289136469feb2c03e1567 100644 (file)
@@ -23,7 +23,7 @@ define KernelPackage/video-gspca
   SUBMENU:=Video Support
   TITLE:=SPCA5xx based USB webcam support
   URL:=http://mxhaard.free.fr/
   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 @USB_SUPPORT @!TARGET_uml +kmod-usb-core +kmod-video-core
   FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call AutoLoad,90,gspca)
 endef
   FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call AutoLoad,90,gspca)
 endef