[packages] pciutils: update to version 3.1.10
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32758 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9ac4641f15
commit
71f11fbfcb
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=pciutils
|
||||
PKG_VERSION:=3.1.9
|
||||
PKG_VERSION:=3.1.10
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
|
||||
PKG_MD5SUM:=79cc1d0bff8603d3a550fa63802cd1db
|
||||
PKG_MD5SUM:=3a5d8b2784c8571dc5557efda4a8c157
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
if ! touch ${DEST} >/dev/null 2>&1 ; then
|
||||
${quiet} || echo "${DEST} is read-only, exiting." 1>&2
|
||||
@@ -18,7 +17,7 @@ fi
|
||||
if [ "$PCI_COMPRESSED_IDS" -eq 1 ] ; then
|
||||
if [ "$PCI_COMPRESSED_IDS" = 1 ] ; then
|
||||
DECOMP="cat"
|
||||
SRC="$SRC.gz"
|
||||
- GREP=zgrep
|
||||
|
Loading…
x
Reference in New Issue
Block a user