From: nbd Date: Mon, 4 Jan 2016 15:11:43 +0000 (+0000) Subject: build: add a variable pointing to the main openwrt git repositories (useful if we... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bb2f559014844de0dc69cf7d3eac696a6ddc21d4;p=openwrt.git 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 --- 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