BigW Consortium Gitlab

Commit e2f732c1 by Dimitrios Kirtsios

Add Linux kernel mirror

The making process fails due to shutting down of linux kernel ftp services https://www.kernel.org/shutting-down-ftp-services.html. This commit adds a working mirror
parent 6aef476c
...@@ -198,6 +198,7 @@ foreach my $mirror (@ARGV) { ...@@ -198,6 +198,7 @@ foreach my $mirror (@ARGV) {
#push @mirrors, 'http://mirror1.openwrt.org'; #push @mirrors, 'http://mirror1.openwrt.org';
push @mirrors, 'http://mirror2.openwrt.org/sources'; push @mirrors, 'http://mirror2.openwrt.org/sources';
push @mirrors, 'http://downloads.openwrt.org/sources'; push @mirrors, 'http://downloads.openwrt.org/sources';
push @mirrors, 'https://www.kernel.org/pub/linux/kernel/v3.x/';
while (!$ok) { while (!$ok) {
my $mirror = shift @mirrors; my $mirror = shift @mirrors;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment