summaryrefslogtreecommitdiffstats
path: root/include/download.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-04 15:11:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-04 15:11:43 +0000
commit11b7bc593c42218c7e19900a35140b4c7705d38e (patch)
tree6f7fe116078646c09d2abda15d8043840173bf76 /include/download.mk
parentc9f75a77eda51ee51214b53ff62e84a95753c817 (diff)
downloadmaster-31e0f0ae-11b7bc593c42218c7e19900a35140b4c7705d38e.tar.gz
master-31e0f0ae-11b7bc593c42218c7e19900a35140b4c7705d38e.tar.bz2
master-31e0f0ae-11b7bc593c42218c7e19900a35140b4c7705d38e.zip
build: add a variable pointing to the main openwrt git repositories (useful if we want to support using a mirror later)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48117
Diffstat (limited to 'include/download.mk')
-rw-r--r--include/download.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/download.mk b/include/download.mk
index c551647e0e..8a1205df00 100644
--- a/include/download.mk
+++ b/include/download.mk
@@ -5,6 +5,8 @@
# See /LICENSE for more information.
#
+OPENWRT_GIT = http://git.openwrt.org
+
DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED)
# Try to guess the download method from the URL