summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2013-07-14 21:26:35 +0000
committerMirko Vogt <mirko@openwrt.org>2013-07-14 21:26:35 +0000
commit53d4d18f07c0ab53cb8763d285e2fdaa9cec593d (patch)
treeb97c972a2bd0f435e2398c006c55ea2457e048ad /scripts
parent758a41179776739ca88221022d29a2ad529f844e (diff)
downloadmtk-20170518-53d4d18f07c0ab53cb8763d285e2fdaa9cec593d.zip
mtk-20170518-53d4d18f07c0ab53cb8763d285e2fdaa9cec593d.tar.gz
mtk-20170518-53d4d18f07c0ab53cb8763d285e2fdaa9cec593d.tar.bz2
remove broken mirrors for linux kernel
ftp.de.kernel.org / ftp.fr.kernel.org don't resolv anymore, ftp.all.kernel.org is DNS round robin anyway Signed-off-by: Mirko Vogt <mirko@openwrt.org> SVN-Revision: 37323
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/download.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/download.pl b/scripts/download.pl
index 2ed852a..f17500f 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -167,10 +167,6 @@ foreach my $mirror (@ARGV) {
foreach my $dir (@extra) {
push @mirrors, "ftp://ftp.all.kernel.org/pub/$dir";
push @mirrors, "http://ftp.all.kernel.org/pub/$dir";
- push @mirrors, "ftp://ftp.de.kernel.org/pub/$dir";
- push @mirrors, "http://ftp.de.kernel.org/pub/$dir";
- push @mirrors, "ftp://ftp.fr.kernel.org/pub/$dir";
- push @mirrors, "http://ftp.fr.kernel.org/pub/$dir";
}
} elsif ($mirror =~ /^\@GNOME\/(.+)$/) {
push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1";