From 8cb43623b17dab0bf3356f803ed991af54c19949 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 26 Mar 2021 21:32:06 +0800 Subject: [PATCH] scripts/download.pl: correct branch name of self-hosted mirror Signed-off-by: Tianling Shen --- scripts/download.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download.pl b/scripts/download.pl index 8d07b810f9..ad05a787f8 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -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';