[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:
@ -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
|
||||
|
Reference in New Issue
Block a user