diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-11 08:43:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-11 08:43:50 +0000 |
commit | 212577c01b857ea085954a8b01962e6ebd54af84 (patch) | |
tree | 5a3c34ee41a0a29b435bfd976a05502753004a15 | |
parent | 9a09158c65b486cca5fcb2609bcedfe7f1b22f53 (diff) | |
download | upstream-212577c01b857ea085954a8b01962e6ebd54af84.tar.gz upstream-212577c01b857ea085954a8b01962e6ebd54af84.tar.bz2 upstream-212577c01b857ea085954a8b01962e6ebd54af84.zip |
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 <nbd@openwrt.org>
Backport of r48117
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48197 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/download.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |