From 8722bd107c40f068f6929a8b84c7d3c22de24225 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 4 Jan 2016 15:11:43 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48117 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 -- cgit v1.2.3