diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-04 15:11:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-04 15:11:43 +0000 |
commit | 8722bd107c40f068f6929a8b84c7d3c22de24225 (patch) | |
tree | 289de999e2173b343a6abb86eb990980962f6401 | |
parent | 709aa3c81fc9eb2e2e7b005f64d9b1d1433b0c3f (diff) | |
download | master-187ad058-8722bd107c40f068f6929a8b84c7d3c22de24225.tar.gz master-187ad058-8722bd107c40f068f6929a8b84c7d3c22de24225.tar.bz2 master-187ad058-8722bd107c40f068f6929a8b84c7d3c22de24225.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48117 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 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 |