From 9f898e33367fa9f3daf4ec6bb46a5984772eb2c5 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 22 Mar 2021 17:09:55 +0800 Subject: [PATCH] download.pl: fix path to mirror 182.140.223.146 Closes: #327 Signed-off-by: Tianling Shen --- scripts/download.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download.pl b/scripts/download.pl index 0372e5e7f2..9414e4b09a 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -294,7 +294,7 @@ foreach my $mirror (@ARGV) { } } -unshift @mirrors, "http://182.140.223.146"; +unshift @mirrors, "http://182.140.223.146/dl"; push @mirrors, 'https://sources.cdn.openwrt.org'; push @mirrors, 'https://sources.openwrt.org'; push @mirrors, 'https://mirror2.openwrt.org/sources';