X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=scripts%2Fdownload.pl;h=912d21bb082466d4d17ae7afc49f42aeb1681f88;hp=50ecfc696659ea63b1974259e03dddfa6b5411d1;hb=56f4c0efd7892eb47980358a72fc76c13f843f6f;hpb=910a073805ca58f559fa6582702a0027a94ad496 diff --git a/scripts/download.pl b/scripts/download.pl index 50ecfc696..912d21bb0 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -142,8 +142,6 @@ foreach my $mirror (@ARGV) { push @extra, "$extra[0]/longterm/v$1"; } foreach my $dir (@extra) { - push @mirrors, "ftp://ftp.geo.kernel.org/pub/$dir"; - push @mirrors, "http://ftp.geo.kernel.org/pub/$dir"; 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";