aredn/patches/701-download-url-updates.patch

17 lines
510 B
Diff
Raw Normal View History

--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -187,9 +187,11 @@
}
}
+push @mirrors, 'http://downloads.arednmesh.org/sources';
#push @mirrors, 'http://mirror1.openwrt.org';
-push @mirrors, 'http://mirror2.openwrt.org/sources';
-push @mirrors, 'http://downloads.openwrt.org/sources';
+push @mirrors, 'https://sources.lede-project.org';
+push @mirrors, 'https://mirror2.openwrt.org/sources';
+push @mirrors, 'https://downloads.openwrt.org/sources';
while (!$ok) {
my $mirror = shift @mirrors;