diff options
author | Tom Gundersen <teg@jklm.no> | 2012-11-09 15:35:11 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-11-09 15:36:25 +0100 |
commit | 43f9cc65c2caa679019c3cfbd1aff66c6c59d410 (patch) | |
tree | 536caac42e9882c891d652bc8a46c3b2c7883f8a /Makefile.am | |
parent | 09d8f5d757515122d7b726218e249621e564157c (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.am | 2 |
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 ) |