diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/spca5xx-le/Makefile | 2 | ||||
-rw-r--r-- | package/spca5xx/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/spca5xx-le/Makefile b/package/spca5xx-le/Makefile index 0ed29c0b05..9807c2c1e6 100644 --- a/package/spca5xx-le/Makefile +++ b/package/spca5xx-le/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/spca5xx-le SUBMENU:=Other modules - DEPENDS:=@LINUX_2_6 kmod-videodev @VIDEO_SUPPORT + DEPENDS:=@LINUX_2_6 kmod-videodev TITLE:=Driver for SPCA5xx based USB cameras (Light Edition) URL:=http://mxhaard.free.fr/ FILES:=$(PKG_BUILD_DIR)/spca5xx.$(LINUX_KMOD_SUFFIX) diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile index c0f6ea5f70..85e21ef27f 100644 --- a/package/spca5xx/Makefile +++ b/package/spca5xx/Makefile @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/gspca SUBMENU:=Other modules - DEPENDS:=@LINUX_2_6 kmod-usb-core kmod-videodev @VIDEO_SUPPORT + DEPENDS:=@LINUX_2_6 kmod-usb-core kmod-videodev TITLE:=Driver for SPCA5xx based USB cameras URL:=http://mxhaard.free.fr/ FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX) |