projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e68c492
)
Remove upstream src. mirror
author
RISCi_ATOM
<bob@bobcall.me>
Sun, 1 Sep 2019 03:01:28 +0000
(23:01 -0400)
committer
RISCi_ATOM
<bob@bobcall.me>
Sun, 1 Sep 2019 03:01:28 +0000
(23:01 -0400)
scripts/download.pl
patch
|
blob
|
history
diff --git
a/scripts/download.pl
b/scripts/download.pl
index 34fd6a6f0b6bff3d1d55aee818e24fc41c6650da..8ba0060be273de55e9a2ee0c56a3a54aaf298210 100755
(executable)
--- a/
scripts/download.pl
+++ b/
scripts/download.pl
@@
-257,10
+257,7
@@
foreach my $mirror (@ARGV) {
}
}
-#push @mirrors, 'https://mirror1.openwrt.org';
-push @mirrors, 'https://sources.lede-project.org';
-push @mirrors, 'https://mirror2.openwrt.org/sources';
-push @mirrors, 'https://downloads.openwrt.org/sources';
+push @mirrors, 'https://librecmc.org/librecmc/downloads/sources/v1.5';
while (!-f "$target/$filename") {
my $mirror = shift @mirrors;