From d55af8f0917a45779eaf3918c3a2d029d7dee2e6 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 25 Apr 2020 08:15:39 +0800 Subject: [PATCH] scripts/download.pl: fix typo --- README.md | 3 --- scripts/download.pl | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 623896965f..91bbc33594 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,5 @@ Default login address: 192.168.1.1, username is **root** and password is **passw # Contributed ### See [CONTRIBUTED.md](https://github.com/project-openwrt/openwrt/blob/openwrt-18.06/CONTRIBUTED.md). -# Donate -ETH Address: `0x373Ba17dF77ea455bd29a24104088659fBac7e96` - # License ### [GNU General Public License v3.0](https://github.com/project-openwrt/openwrt/blob/openwrt-18.06/LICENSE). diff --git a/scripts/download.pl b/scripts/download.pl index ce90780b97..46b839058f 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -272,7 +272,7 @@ foreach my $mirror (@ARGV) { } } -unshift @mirrors, 'https://sources.cdn.openwrt.org'; +push @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';