From 37f3ec2632c8a0a8ea6b187d389b6efeaccb2752 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 26 May 2021 22:18:23 +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 77a235c900..c309a78586 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -275,8 +275,8 @@ foreach my $mirror (@ARGV) { } } -push @mirrors, "https://mirror01.download.immortalwrt.eu.org/openwrt-21.02"; -push @mirrors, "https://mirror02.download.immortalwrt.eu.org/openwrt-21.02"; +push @mirrors, "https://mirror01.download.immortalwrt.eu.org"; +push @mirrors, "https://mirror02.download.immortalwrt.eu.org"; push @mirrors, "https://openwrt.cc/dl/immortalwrt/master"; push @mirrors, 'https://sources.cdn.openwrt.org'; push @mirrors, 'https://sources.openwrt.org';