From cd2cccd2ff1b994882d1e93c8692a98ceb53002e Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 16 Sep 2007 16:39:18 +0000 Subject: various changes for kernel video support: * move kernel video related modules to a separate "Video Support" submenu and video.mk file * rename kmod-videodev to kmod-video-core * prefix all video modules with kmod-video- * add missing dependencies on USB support * rename kmod-usb-qc to kmod-video-quickcam SVN-Revision: 8806 --- package/spca5xx/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/spca5xx') diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile index 85e21ef27f..3d48b7e3dd 100644 --- a/package/spca5xx/Makefile +++ b/package/spca5xx/Makefile @@ -19,10 +19,10 @@ PKG_MD5SUM:=e18a21b80e1728c6b51b799d1e671f8c include $(INCLUDE_DIR)/package.mk -define KernelPackage/gspca - SUBMENU:=Other modules - DEPENDS:=@LINUX_2_6 kmod-usb-core kmod-videodev - TITLE:=Driver for SPCA5xx based USB cameras +define KernelPackage/video-gspca + SUBMENU:=Video Support + DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core + TITLE:=SPCA5xx based USB webcam support URL:=http://mxhaard.free.fr/ FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,gspca) @@ -39,4 +39,4 @@ define Build/Compile modules endef -$(eval $(call KernelPackage,gspca)) +$(eval $(call KernelPackage,video-gspca)) -- cgit v1.2.3