From: Nicolas Thill Date: Mon, 1 Sep 2008 14:45:36 +0000 (+0000) Subject: Well, another round fixing dependencies on kmod-video-core -- this is the last i... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=193fa7e2a01024f6b37a6de3e3eadcea4089e493;hp=c9bc2e4e24b00fbd37ba33bd2ea7bef571722131 Well, another round fixing dependencies on kmod-video-core -- this is the last i promise ;) sounds like it's time to get some sleep after all... SVN-Revision: 12464 --- diff --git a/multimedia/qc-usb/Makefile b/multimedia/qc-usb/Makefile index 8fd666809a..0720238445 100644 --- a/multimedia/qc-usb/Makefile +++ b/multimedia/qc-usb/Makefile @@ -39,7 +39,7 @@ define KernelPackage/video-quickcam $(call Package/qc-usb/Default) SUBMENU:=Video Support TITLE:=QuickCam Express USB webcam support - DEPENDS:=@USB_SUPPORT +kmod-usb-core kmod-video-core + DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-video-core FILES:=$(PKG_BUILD_DIR)/quickcam.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,quickcam) endef diff --git a/multimedia/spca5xx-le/Makefile b/multimedia/spca5xx-le/Makefile index 1e53821f35..dae5748929 100644 --- a/multimedia/spca5xx-le/Makefile +++ b/multimedia/spca5xx-le/Makefile @@ -25,7 +25,7 @@ define KernelPackage/video-spca5xx-le SUBMENU:=Video Support TITLE:=SPCA5xx based USB webcam support (Light Edition) URL:=http://mxhaard.free.fr/ - DEPENDS:=@LINUX_2_6_23||LINUX_2_6_24||LINUX_2_6_25 @USB_SUPPORT +kmod-usb-core kmod-video-core + DEPENDS:=@LINUX_2_6_23||LINUX_2_6_24||LINUX_2_6_25 @USB_SUPPORT +kmod-usb-core +kmod-video-core FILES:=$(PKG_BUILD_DIR)/spca5xx.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,spca5xx) endef