scripts: gen_image_generic: allow the partition types to be set
[openwrt/staging/stintel.git] / scripts / download.pl
index 0b3f99e9b0321c2211f42193807e247353d62c7b..676c6e9e6b10b6a44ed2bbc03a7ba3c983aaf639 100755 (executable)
@@ -255,6 +255,7 @@ foreach my $mirror (@ARGV) {
                push @mirrors, "https://mirrors.tuna.tsinghua.edu.cn/debian/$1";
                push @mirrors, "https://mirrors.ustc.edu.cn/debian/$1"
        } elsif ($mirror =~ /^\@APACHE\/(.+)$/) {
+               push @mirrors, "https://dlcdn.apache.org/$1";
                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";