summaryrefslogtreecommitdiffstats
path: root/package/linux-uvc
diff options
context:
space:
mode:
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 9be15b2e2..3766a3fbc 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