aboutsummaryrefslogtreecommitdiffstats
path: root/package/uvcvideo
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-20 10:40:17 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-20 10:40:17 +0000
commit642abec3bceb18e8cbcf05cf504bbfe7688643dc (patch)
tree2d1af8ff35e5e2ece551a40382e03f16ad60f422 /package/uvcvideo
parentcb41569988ff3d94e0dd0f5cc9faaa8f36f3587f (diff)
downloadupstream-642abec3bceb18e8cbcf05cf504bbfe7688643dc.tar.gz
upstream-642abec3bceb18e8cbcf05cf504bbfe7688643dc.tar.bz2
upstream-642abec3bceb18e8cbcf05cf504bbfe7688643dc.zip
rename uvcvideo to linux-uvc (match source name)
SVN-Revision: 8867
Diffstat (limited to 'package/uvcvideo')
-rw-r--r--package/uvcvideo/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/package/uvcvideo/Makefile b/package/uvcvideo/Makefile
deleted file mode 100644
index 4aa9834a00..0000000000
--- a/package/uvcvideo/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# Copyright (C) 2007 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-# $Id$
-
-include $(TOPDIR)/rules.mk
-include $(INCLUDE_DIR)/kernel.mk
-
-PKG_NAME:=linux-uvc
-PKG_VERSION:=r111
-PKG_RELEASE:=1
-
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://naaa.de/programme/linux-uvc/
-PKG_MD5SUM:=36c742d9dd1cf533fa059a1eeffa3e32
-
-include $(INCLUDE_DIR)/package.mk
-
-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
- FILES:=$(PKG_BUILD_DIR)/uvcvideo.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,90,uvcvideo)
-endef
-
-define Build/Compile
- $(MAKE) -C $(LINUX_DIR) \
- ARCH="$(LINUX_KARCH)" \
- CROSS_COMPILE="$(TARGET_CROSS)" \
- SUBDIRS="$(PKG_BUILD_DIR)" \
- modules
-endef
-
-$(eval $(call KernelPackage,video-uvc))