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:
parent
d80f291768
commit
40f3845abb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user