[openwrt/openwrt] elfutils: Add mirrors.kernel.org as mirrror

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 16 10:58:03 PST 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/63caa2b1685ef5d2b4259784085f64cb9e5574a8

commit 63caa2b1685ef5d2b4259784085f64cb9e5574a8
Author: Ryan Keane <the.ra2.ifv at gmail.com>
AuthorDate: Wed Nov 13 11:46:38 2024 -0800

    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 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16886
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/libs/elfutils/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 at gmail.com>




More information about the lede-commits mailing list