From: jow Date: Mon, 11 Jan 2016 08:43:50 +0000 (+0000) Subject: CC: build: add a variable pointing to the main openwrt git repositories (useful if... X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=2beb834f0ca7c3e6e805fa6f50f0878150143436;hp=4dd2668edfe4b877c7a02544f5306bdf5f774cae;p=15.05%2Fopenwrt.git CC: 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/chaos_calmer@48197 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/download.mk b/include/download.mk index adaa2e6ac5..937b5d3b63 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