aboutsummaryrefslogtreecommitdiffstats
path: root/package/gspcav1
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-08-09 20:36:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-08-09 20:36:05 +0000
commit9b65a8cf60505205ea12b3d6e1dc70be9738fb7f (patch)
tree6af3a7ac1a7c6812f8d4ea81da94ce90aa18d8a3 /package/gspcav1
parent7728ef4e29e4c2ecfa4d79858b85ec8959872e9f (diff)
downloadmaster-187ad058-9b65a8cf60505205ea12b3d6e1dc70be9738fb7f.tar.gz
master-187ad058-9b65a8cf60505205ea12b3d6e1dc70be9738fb7f.tar.bz2
master-187ad058-9b65a8cf60505205ea12b3d6e1dc70be9738fb7f.zip
move some webcam/sound related stuff from trunk to packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12260 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gspcav1')
-rw-r--r--package/gspcav1/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/package/gspcav1/Makefile b/package/gspcav1/Makefile
deleted file mode 100644
index 0a1bad507e..0000000000
--- a/package/gspcav1/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:=20071224
-PKG_RELEASE:=1
-
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download
-PKG_MD5SUM:=14853ba1f4edc1e685039fca56e5ebf
-
-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))