mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-10 12:37:14 +01:00
download.pl: use http://sources.lede-project.org as download mirror
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
1c61b21489
commit
111285e742
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ foreach my $mirror (@ARGV) {
|
|||
}
|
||||
|
||||
#push @mirrors, 'http://mirror1.openwrt.org';
|
||||
push @mirrors, 'http://sources.lede-project.org';
|
||||
push @mirrors, 'http://mirror2.openwrt.org/sources';
|
||||
push @mirrors, 'http://downloads.openwrt.org/sources';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue