From: florian Date: Sun, 28 Sep 2008 06:50:07 +0000 (+0000) Subject: Fix typo X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=73a77e19d731ff1ffcb5ac3b87cf1aefad12f49e;p=packages.git Fix typo git-svn-id: svn://svn.openwrt.org/openwrt/packages@12750 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/multimedia/gspcav1/Makefile b/multimedia/gspcav1/Makefile index 1eab82f9e..b01d2f3e4 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 @USB_SUPPORT @!TARGET_uml +kmod-usb-core +kmod-video-core FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,gspca) endef