mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 09:17:42 +02:00
standardize Makefile, remove dup description
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4822 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f65ebb74a6
commit
27f91977dc
@ -12,22 +12,21 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||||||
PKG_NAME:=spca5xx
|
PKG_NAME:=spca5xx
|
||||||
PKG_VERSION:=20060501
|
PKG_VERSION:=20060501
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:=8fcec25715aea10f9ebec5728c37e752
|
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download/
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download/
|
||||||
|
PKG_MD5SUM:=8fcec25715aea10f9ebec5728c37e752
|
||||||
PKG_CAT:=zcat
|
PKG_CAT:=zcat
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
#FIXME: add proper dependency handling on kmod-usb-core & kmod-videodev packages
|
#FIXME: add proper dependency handling on kmod-usb-core & kmod-videodev packages
|
||||||
define Package/kmod-spca5xx
|
define Package/kmod-spca5xx
|
||||||
SECTION:=drivers
|
SECTION:=kernel
|
||||||
CATEGORY:=Drivers
|
CATEGORY:=Kernel drivers
|
||||||
DEPENDS:=@PACKAGE_KMOD_USB&&PACKAGE_KMOD_VIDEODEV
|
DEPENDS:=@PACKAGE_KMOD_USB&&PACKAGE_KMOD_VIDEODEV
|
||||||
TITLE:=Driver for SPCA5xx based USB cameras
|
TITLE:=Driver for SPCA5xx based USB cameras
|
||||||
DESCRIPTION:=Driver for SPCA5xx based USB cameras
|
|
||||||
URL:=http://mxhaard.free.fr/
|
URL:=http://mxhaard.free.fr/
|
||||||
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user