From: John Crispin Date: Mon, 8 Oct 2007 22:19:21 +0000 (+0000) Subject: fixed linux-uvc, didn't read nicos comment X-Git-Tag: reboot~27899 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=sidebyside;h=ddfa3be78ea41d0b4897a58e4e2d059e0890c63d;p=oweals%2Fopenwrt.git fixed linux-uvc, didn't read nicos comment SVN-Revision: 9203 --- diff --git a/package/linux-uvc/Makefile b/package/linux-uvc/Makefile index 9be15b2e2d..3766a3fbcd 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