[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:
luka
2012-07-16 22:33:06 +00:00
parent 9ac4641f15
commit 71f11fbfcb
2 changed files with 3 additions and 3 deletions

View File

@ -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