From 43f9cc65c2caa679019c3cfbd1aff66c6c59d410 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 9 Nov 2012 15:35:11 +0100 Subject: hwdb: change pci.ids location According to pciutils' TODO, the sourceforge location is scheduled for removal, use the new one instead. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 ) -- cgit v1.2.3-54-g00ecf