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...

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12464 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2008-09-01 14:45:36 +00:00
parent d80f291768
commit 40f3845abb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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