From 71f11fbfcbd72917d8d0a193c61fded62a6355f2 Mon Sep 17 00:00:00 2001 From: luka Date: Mon, 16 Jul 2012 22:33:06 +0000 Subject: [PATCH] [packages] pciutils: update to version 3.1.10 git-svn-id: svn://svn.openwrt.org/openwrt/packages@32758 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/pciutils/Makefile | 4 ++-- utils/pciutils/patches/102-compressed-ids.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index 5a043020c..f6af923e6 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -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 diff --git a/utils/pciutils/patches/102-compressed-ids.patch b/utils/pciutils/patches/102-compressed-ids.patch index 8c5a642f8..9b3193845 100644 --- a/utils/pciutils/patches/102-compressed-ids.patch +++ b/utils/pciutils/patches/102-compressed-ids.patch @@ -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 -- 2.11.0