diff options
author | Kay Sievers <kay@vrfy.org> | 2015-11-14 09:54:17 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-11-14 09:54:17 +0100 |
commit | eee15abcdb04ff2528409f82616216ae2e3b55ff (patch) | |
tree | 1667bb19a744d0579be99acc962c77492612e581 /Makefile.am | |
parent | 8c6422713fbda37b350bdcf5377df4a17aeb4278 (diff) |
hwdb: update
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 9b93d0025c..1a5857263b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6189,9 +6189,9 @@ hwdb-update: ( cd $(top_srcdir)/hwdb && \ 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' && \ + wget -O ma-large.txt 'http://standards.ieee.org/develop/regauth/oui/oui.txt' && \ + wget -O ma-medium.txt 'http://standards.ieee.org/develop/regauth/oui28/mam.txt' && \ + wget -O ma-small.txt 'http://standards.ieee.org/develop/regauth/oui36/oui36.txt' && \ ./ids-update.pl ) .PHONY: built-sources |