[PATCH] [package] bump pciutils to 3.1.2

Decodes a few more capabilities, and has a more updated pci.ids database.

Signed-off-by: Erik Inge Bols? <knan-openwrt@anduin.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15264 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2009-04-19 15:55:26 +00:00
parent 78cf9ffa0e
commit 8937ea5f6d

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2007 OpenWrt.org
# Copyright (C) 2007-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pciutils
PKG_VERSION:=3.0.0
PKG_VERSION:=3.1.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.kernel.org/pub/software/utils/pciutils/ \
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
PKG_MD5SUM:=85b5dae042217cf11bca10d52210a78d
PKG_MD5SUM:=46387fd7a18c33fbb5311fdb3ab9ea12
include $(INCLUDE_DIR)/package.mk