From: blogic Date: Mon, 8 Oct 2007 22:19:21 +0000 (+0000) Subject: fixed linux-uvc, didn't read nicos comment X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=908bce450a6d32fe91dd04a42a6c90b0d19ad0cf;hp=9759b6993b02b39258181f0084f1f6748c9607c7 fixed linux-uvc, didn't read nicos comment git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9203 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/linux-uvc/Makefile b/package/linux-uvc/Makefile index 9be15b2e2..3766a3fbc 100644 --- a/package/linux-uvc/Makefile +++ b/package/linux-uvc/Makefile @@ -23,7 +23,7 @@ define KernelPackage/video-uvc SUBMENU:=Video Support TITLE:=USB Video Class (UVC) support URL:=http://linux-uvc.berlios.de/ - DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core + DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core kmod-video-core FILES:=$(PKG_BUILD_DIR)/uvcvideo.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,uvcvideo) endef