From: Felix Fietkau 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://git.openwrt.org/?a=commitdiff_plain;h=11b7bc593c42218c7e19900a35140b4c7705d38e;p=openwrt%2Fstaging%2Fluka.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 SVN-Revision: 48117 --- 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