diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-11 08:44:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-11 08:44:07 +0000 |
commit | c15692d160db851742141b2752894c6cd14988f7 (patch) | |
tree | 89b87b95a407adb66ec2d8b47f65edc3ee67a4f8 | |
parent | 8f8d351a4ff123e36b7b6efb69732f61b708a396 (diff) | |
download | upstream-c15692d160db851742141b2752894c6cd14988f7.tar.gz upstream-c15692d160db851742141b2752894c6cd14988f7.tar.bz2 upstream-c15692d160db851742141b2752894c6cd14988f7.zip |
BB: 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/barrier_breaker@48198 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 cc4ffb0cfb..0c19c64847 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 |