projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1c99f
)
fixed linux-uvc, didn't read nicos comment
author
John Crispin
<john@openwrt.org>
Mon, 8 Oct 2007 22:19:21 +0000
(22:19 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 8 Oct 2007 22:19:21 +0000
(22:19 +0000)
SVN-Revision: 9203
package/linux-uvc/Makefile
patch
|
blob
|
history
diff --git
a/package/linux-uvc/Makefile
b/package/linux-uvc/Makefile
index 9be15b2e2d874d909e9e3307ff1c68d9093a2ef1..3766a3fbcd4911a5024d720a2f8f29e1a4b000d1 100644
(file)
--- 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