mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-29 10:02:23 +00:00
usbutils: Use github alias
Instead of hardcoding URL to Github use alias. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
parent
a6e96998fb
commit
76d8f6c41f
@ -36,7 +36,7 @@ endef
|
||||
|
||||
define Download/usb_ids
|
||||
FILE:=$(USB_IDS_FILE)
|
||||
URL:=https://raw.githubusercontent.com/gentoo/hwids/d9e840aa3d5cedf5637d59ef0dc555c380a0e822
|
||||
URL:=@GITHUB/gentoo/hwids/d9e840aa3d5cedf5637d59ef0dc555c380a0e822
|
||||
MD5SUM:=$(USB_IDS_MD5SUM)
|
||||
endef
|
||||
$(eval $(call Download,usb_ids))
|
||||
|
Loading…
Reference in New Issue
Block a user