[package] update pciutils to 3.1.4 (#5868)
[openwrt/svn-archive/archive.git] / utils / pciutils / patches / 100-remove-no-timestamping.patch
index f4423157485e41092a0329b80024f85c85a518fd..93bc85faf5ba96434796f40b4da482b25a8d626c 100644 (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