summaryrefslogtreecommitdiffstats
path: root/package/spca5xx/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-20 10:41:53 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-20 10:41:53 +0000
commit67f6e7d30833f3eafa939bf9c352e4e3f43f288b (patch)
treeed4ea9d16fa86dc73debf1861851c76e012e14eb /package/spca5xx/Makefile
parent3dcf146c271cb530efc1cb1be5054a52518b6e8a (diff)
rename spca5xx to gspcav1 (match upstream name change)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8868 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/spca5xx/Makefile')
-rw-r--r--package/spca5xx/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile
deleted file mode 100644
index 25de916f7..000000000
--- a/package/spca5xx/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# Copyright (C) 2006 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:=gspcav1
-PKG_VERSION:=20070508
-PKG_RELEASE:=1
-
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download
-PKG_MD5SUM:=e18a21b80e1728c6b51b799d1e671f8c
-
-include $(INCLUDE_DIR)/package.mk
-
-define KernelPackage/video-gspca
- SUBMENU:=Video Support
- TITLE:=SPCA5xx based USB webcam support
- URL:=http://mxhaard.free.fr/
- DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core kmod-video-core
- FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,90,gspca)
-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-gspca))