aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux-uvc
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-10-08 22:19:21 +0000
committerJohn Crispin <blogic@openwrt.org>2007-10-08 22:19:21 +0000
commit3a5655dc6209c539a540e2949505004f38c9cff0 (patch)
tree8b5f978a240dc02f130af734657993f582897d00 /package/linux-uvc
parent8e6e8fc64e17f9c269ee585db924a8419de9f68d (diff)
downloadupstream-3a5655dc6209c539a540e2949505004f38c9cff0.tar.gz
upstream-3a5655dc6209c539a540e2949505004f38c9cff0.tar.bz2
upstream-3a5655dc6209c539a540e2949505004f38c9cff0.zip
fixed linux-uvc, didn't read nicos comment
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9203 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-uvc')
-rw-r--r--package/linux-uvc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-uvc/Makefile b/package/linux-uvc/Makefile
index 9be15b2e2d..3766a3fbcd 100644
--- 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