diff options
-rwxr-xr-x | scripts/download.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/download.pl b/scripts/download.pl index a809c77e7a..c14a44ba68 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -258,7 +258,6 @@ foreach my $mirror (@ARGV) { } } -unshift @mirrors, 'https://sources.cdn.openwrt.org'; #push @mirrors, 'https://mirror1.openwrt.org'; push @mirrors, 'https://sources.openwrt.org'; push @mirrors, 'https://mirror2.openwrt.org/sources'; |