Skip to content

Commit d5fa61b

Browse files
buzzer13ae6xe
authored andcommitted
bugfix: openwrt ticket 24921 fix-kernel-org-mirrors
Change-Id: I459c93e35a69209c7ab00d65c2064bfa4bf152b9
1 parent 647a988 commit d5fa61b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/download.pl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ sub cleanup
177177
push @extra, "$extra[0]/longterm/v$1";
178178
}
179179
foreach my $dir (@extra) {
180-
push @mirrors, "ftp://ftp.all.kernel.org/pub/$dir";
181-
push @mirrors, "http://ftp.all.kernel.org/pub/$dir";
180+
push @mirrors, "https://www.kernel.org/pub/$dir";
182181
}
183182
} elsif ($mirror =~ /^\@GNOME\/(.+)$/) {
184183
push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1";

0 commit comments

Comments
 (0)