summaryrefslogtreecommitdiff
path: root/include
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
parentc9f75a77eda51ee51214b53ff62e84a95753c817 (diff)
downloadmtk-20170518-11b7bc593c42218c7e19900a35140b4c7705d38e.zip
mtk-20170518-11b7bc593c42218c7e19900a35140b4c7705d38e.tar.gz
mtk-20170518-11b7bc593c42218c7e19900a35140b4c7705d38e.tar.bz2
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')
-rw-r--r--include/download.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/download.mk b/include/download.mk
index c551647..8a1205d 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