scripts/download.pl: correct branch name of self-hosted mirror
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
b9ae8b7c93
commit
8cb43623b1
@ -281,7 +281,7 @@ foreach my $mirror (@ARGV) {
|
||||
}
|
||||
|
||||
unshift @mirrors, "http://182.140.223.146/dl";
|
||||
unshift @mirrors, "https://mirror01.download.immortalwrt.org/openwrt-18.06";
|
||||
unshift @mirrors, "https://mirror01.download.immortalwrt.org/openwrt-18.06-k5.4";
|
||||
unshift @mirrors, "https://openwrt.cc/dl/immortalwrt/openwrt-18.06";
|
||||
push @mirrors, 'https://sources.cdn.openwrt.org';
|
||||
push @mirrors, 'https://sources.openwrt.org';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user