aboutsummaryrefslogtreecommitdiffstats
path: root/package/spca5xx
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-21 02:02:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-21 02:02:01 +0000
commit69d76bb482633a1f0af1dc635a3286062e0397cf (patch)
treee9b736fcd92c039ec8c8a8f53eb7ee4554266ba1 /package/spca5xx
parent7248b5e0a964892581e83bb52265c51f98db7040 (diff)
downloadupstream-69d76bb482633a1f0af1dc635a3286062e0397cf.tar.gz
upstream-69d76bb482633a1f0af1dc635a3286062e0397cf.tar.bz2
upstream-69d76bb482633a1f0af1dc635a3286062e0397cf.zip
make spca5xx depend on video device support in the kernel
SVN-Revision: 6153
Diffstat (limited to 'package/spca5xx')
-rw-r--r--package/spca5xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile
index 33f4ef0c47..078759bf46 100644
--- a/package/spca5xx/Makefile
+++ b/package/spca5xx/Makefile
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/spca5xx
SUBMENU:=Other modules
- DEPENDS:=kmod-usb-core kmod-videodev
+ DEPENDS:=kmod-usb-core kmod-videodev @VIDEO_SUPPORT
TITLE:=Driver for SPCA5xx based USB cameras
URL:=http://mxhaard.free.fr/
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)