X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Fdownload.pl;fp=scripts%2Fdownload.pl;h=dd49255367d293943dfce21661e1a73fbf61ce15;hb=dc34c695c4faa46efc6e2367a2ba06a47caa4840;hp=7d29d6bebdb5ec85574b3528b4d57a3ddcbcd701;hpb=65982642668e859540b21c2bd3bf907493df830a;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/scripts/download.pl b/scripts/download.pl index 7d29d6bebd..dd49255367 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -197,6 +197,7 @@ foreach my $mirror (@ARGV) { push @mirrors, "https://mirror.netcologne.de/apache.org/$1"; push @mirrors, "https://mirror.aarnet.edu.au/pub/apache/$1"; push @mirrors, "https://mirror.csclub.uwaterloo.ca/apache/$1"; + push @mirrors, "https://archive.apache.org/dist/$1"; push @mirrors, "http://mirror.cogentco.com/pub/apache/$1"; push @mirrors, "http://mirror.navercorp.com/apache/$1"; push @mirrors, "http://ftp.jaist.ac.jp/pub/apache/$1";