mirror of https://github.com/hak5/openwrt.git
Revert "scripts/download: add sources CDN as first mirror"
This reverts commitopenwrt-19.07c737a9ee6a
. The source CDN has been discontinued in its current form and will take a while to be reestablished. Even then it makes little sense to put a CDN before other CDNs such as kernel.org, apache.org, sourceforge etc. Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commitbf96eb55c8
)
parent
d8ecaef409
commit
350883bb90
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue