From 157f1fad33e13c5b01c2dc5fbc674e107605f866 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 20 Sep 2007 07:31:06 +0000 Subject: video modules changes: change dependency on kmod-video-core from select to depends, cleanup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8856 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/uvcvideo/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'package/uvcvideo') diff --git a/package/uvcvideo/Makefile b/package/uvcvideo/Makefile index 97e292446..4aa9834a0 100644 --- a/package/uvcvideo/Makefile +++ b/package/uvcvideo/Makefile @@ -4,7 +4,7 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: $ +# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk @@ -21,9 +21,9 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/video-uvc SUBMENU:=Video Support - DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core - TITLE:=Linux-UVC based USB webcam 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 FILES:=$(PKG_BUILD_DIR)/uvcvideo.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,uvcvideo) endef @@ -32,9 +32,6 @@ define Build/Compile $(MAKE) -C $(LINUX_DIR) \ ARCH="$(LINUX_KARCH)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ - KERNELVERSION="$(KERNEL)" \ - KERNEL_VERSION="$(LINUX_VERSION)" \ - KERNELDIR="$(LINUX_DIR)" \ SUBDIRS="$(PKG_BUILD_DIR)" \ modules endef -- cgit v1.2.3