From c838a1f66e7d49dbf3ddab19445718ae08ccf81c Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Mon, 20 Jul 2015 08:04:51 +0200 Subject: [PATCH] Use new download url for usb and pci ids Fromer ones did not work. Signed-off-by: Michal Minar --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2fac9ea..2584ba7 100644 --- a/Makefile +++ b/Makefile @@ -102,10 +102,10 @@ clog: hwdata.spec download: new-usb-ids new-pci-ids new-oui new-iab new-pnp-ids new-usb-ids: - @curl -O http://www.linux-usb.org/usb.ids + @curl --insecure -O https://usb-ids.gowdy.us/usb.ids new-pci-ids: - @curl -O http://pciids.sourceforge.net/pci.ids + @curl -O http://pci-ids.ucw.cz/v2.2/pci.ids new-oui: @curl -O http://standards-oui.ieee.org/oui.txt -- 2.25.1