Skip to content

Commit 111285e

Browse files
committed
download.pl: use http://sources.lede-project.org as download mirror
Signed-off-by: Felix Fietkau <[email protected]>
1 parent 1c61b21 commit 111285e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/download.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ sub cleanup
225225
}
226226

227227
#push @mirrors, 'http://mirror1.openwrt.org';
228+
push @mirrors, 'http://sources.lede-project.org';
228229
push @mirrors, 'http://mirror2.openwrt.org/sources';
229230
push @mirrors, 'http://downloads.openwrt.org/sources';
230231

0 commit comments

Comments
 (0)