From 73a77e19d731ff1ffcb5ac3b87cf1aefad12f49e Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 28 Sep 2008 06:50:07 +0000 Subject: [PATCH] Fix typo git-svn-id: svn://svn.openwrt.org/openwrt/packages@12750 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- multimedia/gspcav1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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