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';