[packages] pciutils: update to 3.1.9

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32341 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka
2012-06-13 18:05:27 +00:00
parent 724b7aebfc
commit fa0d4e3fa1
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
--- a/update-pciids.sh
+++ b/update-pciids.sh
@@ -6,9 +6,8 @@ set -e
SRC="http://pciids.sourceforge.net/v2.2/pci.ids"
SRC="http://pci-ids.ucw.cz/v2.2/pci.ids"
DEST=pci.ids
PCI_COMPRESSED_IDS=
-GREP=grep
@ -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 [ -n "$PCI_COMPRESSED_IDS" ] ; then
if [ "$PCI_COMPRESSED_IDS" -eq 1 ] ; then
DECOMP="cat"
SRC="$SRC.gz"
- GREP=zgrep