From f6ef5a895c18bf4d88fea6fbf2e3864673e0ccd9 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 26 May 2021 22:17:21 +0800 Subject: [PATCH] scripts/download: update mirror url Signed-off-by: Tianling Shen --- scripts/download.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/download.pl b/scripts/download.pl index 9f64446059..ae56fe1f98 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -280,8 +280,8 @@ foreach my $mirror (@ARGV) { } } -push @mirrors, "https://mirror01.download.immortalwrt.eu.org/openwrt-18.06"; -push @mirrors, "https://mirror02.download.immortalwrt.eu.org/openwrt-18.06"; +push @mirrors, "https://mirror01.download.immortalwrt.eu.org"; +push @mirrors, "https://mirror02.download.immortalwrt.eu.org"; push @mirrors, "https://openwrt.cc/dl/immortalwrt/openwrt-18.06"; push @mirrors, 'https://sources.cdn.openwrt.org'; push @mirrors, 'https://sources.openwrt.org';