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 | 11b7bc593c42218c7e19900a35140b4c7705d38e (patch) | |
tree | 6f7fe116078646c09d2abda15d8043840173bf76 /include | |
parent | c9f75a77eda51ee51214b53ff62e84a95753c817 (diff) | |
download | upstream-11b7bc593c42218c7e19900a35140b4c7705d38e.tar.gz upstream-11b7bc593c42218c7e19900a35140b4c7705d38e.tar.bz2 upstream-11b7bc593c42218c7e19900a35140b4c7705d38e.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>
SVN-Revision: 48117
Diffstat (limited to 'include')
-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 |