Remove the old gspcav1 driver
Signed-off-by: David Cooper <dave at kupesoft.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@17422 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b57ffefea0
commit
4b476a5b19
@ -1,38 +0,0 @@
|
|||||||
#
|
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
|
|
||||||
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 @BROKEN @USB_SUPPORT @!TARGET_uml +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))
|
|
Loading…
x
Reference in New Issue
Block a user