download: add @GITHUB download facility
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 3 Apr 2016 20:02:46 +0000 (22:02 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 3 Apr 2016 20:02:46 +0000 (22:02 +0200)
Define a new alias (@GITHUB) for downloading raw files from github repos.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
include/download.mk
scripts/download.pl

index a3595140026e6ac060b858d8508d28704bf01a42..d1d2027bb1e39d85dc712a0e2f61784532be9b3d 100644 (file)
@@ -1,5 +1,6 @@
 #
 # Copyright (C) 2006-2012 OpenWrt.org
 #
 # Copyright (C) 2006-2012 OpenWrt.org
+# Copyright (C) 2016 LEDE project
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
index a1bd0133ca354a1600ec43a0bd8abdc618c5236c..749c762eec37f6423a169c0833857b3b3f087d20 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/env perl
 # 
 # Copyright (C) 2006 OpenWrt.org
 #!/usr/bin/env perl
 # 
 # Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2016 LEDE project
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.