diff options
author | Kay Sievers <kay@vrfy.org> | 2015-08-26 18:37:16 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-08-26 18:38:30 +0200 |
commit | fd5a461316d34d3070d599f4be74bd8ae4b3d00f (patch) | |
tree | 85101ebcff9e28b084630d86f07d4e162ad81ea4 /Makefile.am | |
parent | 1aa28c952191dbd24212df6cead54349bc185618 (diff) |
hwdb: update
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 649e7ea0d6..c2973c0a67 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6056,10 +6056,11 @@ dist: dist-check-python dist-check-compat-libs .PHONY: hwdb-update hwdb-update: ( cd $(top_srcdir)/hwdb && \ - wget -N http://www.linux-usb.org/usb.ids \ - http://pci-ids.ucw.cz/v2.2/pci.ids \ - http://standards.ieee.org/develop/regauth/oui/oui.txt \ - http://standards.ieee.org/develop/regauth/iab/iab.txt && \ + wget -O usb.ids 'http://www.linux-usb.org/usb.ids' && \ + wget -O pci.ids 'http://pci-ids.ucw.cz/v2.2/pci.ids' && \ + wget -O ma-large.txt 'https://services13.ieee.org/RST/standards-ra-web/rest/assignments/download/?registry=MA-L&format=txt' && \ + wget -O ma-medium.txt 'https://services13.ieee.org/RST/standards-ra-web/rest/assignments/download/?registry=MA-M&format=txt' && \ + wget -O ma-small.txt 'https://services13.ieee.org/RST/standards-ra-web/rest/assignments/download/?registry=MA-S&format=txt' && \ ./ids-update.pl ) .PHONY: built-sources |