summaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2016-05-23 10:53:33 +0200
committerJo-Philipp Wich <jo@mein.io>2016-05-24 13:30:58 +0200
commit76d8f6c41f4b092ad890333b4bfcfdcdbcd27da3 (patch)
tree55b82ea43d158b30c0c8f2d900b4481667b85633 /package/utils
parenta6e96998fb54d1eea1f0e86940a4daf3708f796d (diff)
downloadmaster-31e0f0ae-76d8f6c41f4b092ad890333b4bfcfdcdbcd27da3.tar.gz
master-31e0f0ae-76d8f6c41f4b092ad890333b4bfcfdcdbcd27da3.tar.bz2
master-31e0f0ae-76d8f6c41f4b092ad890333b4bfcfdcdbcd27da3.zip
usbutils: Use github alias
Instead of hardcoding URL to Github use alias. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/usbutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/usbutils/Makefile b/package/utils/usbutils/Makefile
index dc57155149..e824b61b4a 100644
--- a/package/utils/usbutils/Makefile
+++ b/package/utils/usbutils/Makefile
@@ -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))