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