From 11b7bc593c42218c7e19900a35140b4c7705d38e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 4 Jan 2016 15:11:43 +0000 Subject: [PATCH] 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 SVN-Revision: 48117 --- include/download.mk | 2 ++ 1 file changed, 2 insertions(+) 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