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:
e54bae4
)
Remove upstrem references for pulling sources from download.pl
author
RISCi_ATOM
<bob@bobcall.me>
Wed, 24 May 2017 16:32:55 +0000
(12:32 -0400)
committer
RISCi_ATOM
<bob@bobcall.me>
Wed, 24 May 2017 16:32:55 +0000
(12:32 -0400)
scripts/download.pl
patch
|
blob
|
history
diff --git
a/scripts/download.pl
b/scripts/download.pl
index 30f9db96bf6ceab8308894427d2b8eb590cdd769..2e507ead2543616ee36f5f8bd6f5a3c73d06e4d5 100755
(executable)
--- a/
scripts/download.pl
+++ b/
scripts/download.pl
@@
-255,11
+255,7
@@
foreach my $mirror (@ARGV) {
}
}
-#push @mirrors, 'http://mirror1.openwrt.org';
push @mirrors, 'https://librecmc.org/librecmc/downloads/sources/v1.4';
-push @mirrors, 'http://sources.lede-project.org';
-push @mirrors, 'http://mirror2.openwrt.org/sources';
-push @mirrors, 'http://downloads.openwrt.org/sources';
while (!-f "$target/$filename") {
my $mirror = shift @mirrors;