From: jow Date: Mon, 11 Jan 2016 08:44:07 +0000 (+0000) Subject: BB: build: add a variable pointing to the main openwrt git repositories (useful if... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e5d6f6dfbb7659c5c2838764b22cb3d2f2d2f45a;p=14.07%2Fopenwrt.git 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 --- 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