[package] update pciutils to 3.1.4 (#5868)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17648 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-09-20 13:23:45 +00:00
parent 4d70093e2b
commit e402e1e564
2 changed files with 8 additions and 9 deletions

View File

@ -1,7 +1,6 @@
diff -Nur pciutils-3.1.2/update-pciids.sh pciutils-3.1.2-patched/update-pciids.sh
--- pciutils-3.1.2/update-pciids.sh 2008-11-11 01:11:51.000000000 +0200
+++ pciutils-3.1.2-patched/update-pciids.sh 2009-04-27 01:34:24.000000000 +0300
@@ -33,7 +33,7 @@
--- a/update-pciids.sh
+++ b/update-pciids.sh
@@ -33,7 +33,7 @@ if which curl >/dev/null 2>&1 ; then
DL="curl -o $DEST.new $SRC"
${quiet} && DL="$DL -s -S"
elif which wget >/dev/null 2>&1 ; then