summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Keane2024-11-13 19:46:38 +0000
committerRobert Marko2024-11-16 18:57:58 +0000
commit63caa2b1685ef5d2b4259784085f64cb9e5574a8 (patch)
tree4b13e8ea65e42955ec7b69624d97183d7ab397d4
parentf5132df69db50a99e556e6fbd165002aac0e3e38 (diff)
downloadopenwrt-63caa2b1685ef5d2b4259784085f64cb9e5574a8.tar.gz
elfutils: Add mirrors.kernel.org as mirrror
Add mirrors.kernel.org as mirror, listed on sourceware mirror sites page. Link: https://sourceware.org/mirrors.html Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16886 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--package/libs/elfutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile
index b8bb50b564..7b31331e0b 100644
--- a/package/libs/elfutils/Makefile
+++ b/package/libs/elfutils/Makefile
@@ -11,7 +11,8 @@ PKG_VERSION:=0.192
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION)
+PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION) \
+ https://mirrors.kernel.org/sourceware/$(PKG_NAME)/$(PKG_VERSION)
PKG_HASH:=616099beae24aba11f9b63d86ca6cc8d566d968b802391334c91df54eab416b4
PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>