diff options
| author | Daniel Engberg | 2019-03-14 07:25:49 +0000 |
|---|---|---|
| committer | Hans Dedecker | 2019-03-17 09:22:36 +0000 |
| commit | a56c21f582810a28e9493dcfae584132d7ea9451 (patch) | |
| tree | fee8ee1d76664442b86cf578b811e9d4e65945e3 | |
| parent | a3446257a8737bfc2899c5911791873561feecc7 (diff) | |
| download | openwrt-a56c21f582810a28e9493dcfae584132d7ea9451.tar.gz | |
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>
| -rw-r--r-- | tools/libelf/Makefile | 5 |
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 |