fixed linux-uvc, didn't read nicos comment
SVN-Revision: 9203
This commit is contained in:
parent
ac1c99f86e
commit
ddfa3be78e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue