summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2019-03-14 08:25:49 +0100
committerHans Dedecker <dedeckeh@gmail.com>2019-03-17 16:26:05 +0100
commit400601f0e341115eb87fd73032c08559c30491ef (patch)
tree2f4612a956e652284d168fcbb3e625b5d0c55ed8
parentf87a1874efcd94cc34be2ad1ab0e9a4e92a4e282 (diff)
downloadopenwrt-400601f0e341115eb87fd73032c08559c30491ef.tar.gz
openwrt-400601f0e341115eb87fd73032c08559c30491ef.tar.bz2
openwrt-400601f0e341115eb87fd73032c08559c30491ef.zip
tools/libelf: Add mirrors as main site is dead
Main site hasn't resolved for days so just add a few mirrors instead Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> (cherry picked from commit a56c21f582810a28e9493dcfae584132d7ea9451)
-rw-r--r--tools/libelf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/libelf/Makefile b/tools/libelf/Makefile
index ab7360ffee..31e2eaf0a8 100644
--- a/tools/libelf/Makefile
+++ b/tools/libelf/Makefile
@@ -13,8 +13,9 @@ PKG_HASH:=591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.mr511.de/software/
-
+PKG_SOURCE_URL:= \
+ http://distfiles.gentoo.org/distfiles/ \
+ http://distcache.freebsd.org/ports-distfiles/
HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk