summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-11-09 15:35:11 +0100
committerTom Gundersen <teg@jklm.no>2012-11-09 15:36:25 +0100
commit43f9cc65c2caa679019c3cfbd1aff66c6c59d410 (patch)
tree536caac42e9882c891d652bc8a46c3b2c7883f8a /Makefile.am
parent09d8f5d757515122d7b726218e249621e564157c (diff)
hwdb: change pci.ids location
According to pciutils' TODO, the sourceforge location is scheduled for removal, use the new one instead.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2c84fe1c7e..452de152dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4009,7 +4009,7 @@ endif
hwdb-update:
( cd hwdb && \
wget -N http://www.linux-usb.org/usb.ids && \
- wget -N http://pciids.sourceforge.net/v2.2/pci.ids && \
+ wget -N http://pci-ids.ucw.cz/v2.2/pci.ids && \
wget -N http://standards.ieee.org/develop/regauth/oui/oui.txt && \
./ids-update.pl )