From e5d6f6dfbb7659c5c2838764b22cb3d2f2d2f45a Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 11 Jan 2016 08:44:07 +0000 Subject: [PATCH] BB: 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 Backport of r48117 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@48198 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 cc4ffb0..0c19c64 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 -- 2.35.1