From: florian Date: Sat, 27 Sep 2008 14:29:29 +0000 (+0000) Subject: Disable gspcav1 compilation on UML X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7c359b1a95b72e06546d01e47b731a42dd5f8f9d;p=packages.git Disable gspcav1 compilation on UML git-svn-id: svn://svn.openwrt.org/openwrt/packages@12730 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/multimedia/gspcav1/Makefile b/multimedia/gspcav1/Makefile index d21c56ab8..1eab82f9e 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 +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