From 5e4d6e8c8e4715bc33ec0cc66c327b8b739c51c5 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 21 Apr 2021 14:21:01 +0800 Subject: [PATCH] scripts/download.pl: correct mirrors path for current branch Signed-off-by: Tianling Shen --- scripts/download.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/download.pl b/scripts/download.pl index a09d1454e5..747f33b53c 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -280,8 +280,8 @@ foreach my $mirror (@ARGV) { } } -push @mirrors, "https://mirror01.download.immortalwrt.eu.org/openwrt-18.06"; -push @mirrors, "https://mirror02.download.immortalwrt.eu.org/openwrt-18.06"; +push @mirrors, "https://mirror01.download.immortalwrt.eu.org/openwrt-18.06-k5.4"; +push @mirrors, "https://mirror02.download.immortalwrt.eu.org/openwrt-18.06-k5.4"; push @mirrors, "https://openwrt.cc/dl/immortalwrt/openwrt-18.06"; push @mirrors, 'https://sources.cdn.openwrt.org'; push @mirrors, 'https://sources.openwrt.org';