From a19dbcb93d5a7e57d9a1741bee5c8c63ff24f54f Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 29 Jan 2015 15:13:37 -0500 Subject: [PATCH] Update source of IEEE oui database --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3935e67..67bc059 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ install: $(INSTALL_TARGETS-yes) fetch: $(Q)curl -z pci.ids -o pci.ids -R http://pci-ids.ucw.cz/v2.2/pci.ids $(Q)curl -z usb.ids -o usb.ids -R http://www.linux-usb.org/usb.ids - $(Q)curl -z oui.txt -o oui.txt -R http://www.ieee.org/netstorage/standards/oui.txt + $(Q)curl -z oui.txt -o oui.txt -R http://standards-oui.ieee.org/oui.txt $(Q)curl -z iab.txt -o iab.txt -R http://standards.ieee.org/develop/regauth/iab/iab.txt $(Q)curl -z sdio.ids -o sdio.ids -R http://cgit.freedesktop.org/systemd/systemd/plain/hwdb/sdio.ids $(Q)curl -z udev/20-acpi-vendor.hwdb -o udev/20-acpi-vendor.hwdb -R http://cgit.freedesktop.org/systemd/systemd/plain/hwdb/20-acpi-vendor.hwdb -- 2.25.1