diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-27 01:33:14 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-29 04:15:24 +0200 |
commit | f5c4d963ffa97f99b5b49fc2f401ac04a562adea (patch) | |
tree | 997c5dbb16a56557069658e248b01dcc875bdf67 | |
parent | 9eb155353a5f5137ec85a5b5b0287af63c544710 (diff) | |
download | upstream-f5c4d963ffa97f99b5b49fc2f401ac04a562adea.tar.gz upstream-f5c4d963ffa97f99b5b49fc2f401ac04a562adea.tar.bz2 upstream-f5c4d963ffa97f99b5b49fc2f401ac04a562adea.zip |
include: add lede git server url
Signed-off-by: John Crispin <john@phrozen.org>
-rw-r--r-- | include/download.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/download.mk b/include/download.mk index d1d2027bb1..69857c6004 100644 --- a/include/download.mk +++ b/include/download.mk @@ -7,6 +7,7 @@ # OPENWRT_GIT = http://git.openwrt.org +LEDE_GIT = http://git.lede-project.org DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED) |