hostapd: adjust removed wolfssl options
[openwrt/openwrt.git] / scripts / download.pl
index 324cfdb3b3102924eee361da17c8e587ac100765..bd62b6b9566ce729f78f54e3ea3ea0003c91b52b 100755 (executable)
@@ -257,10 +257,9 @@ foreach my $mirror (@ARGV) {
        }
 }
 
-#push @mirrors, 'http://mirror1.openwrt.org';
-push @mirrors, 'http://sources.lede-project.org';
-push @mirrors, 'http://mirror2.openwrt.org/sources';
-push @mirrors, 'http://downloads.openwrt.org/sources';
+#push @mirrors, 'https://mirror1.openwrt.org';
+push @mirrors, 'https://sources.openwrt.org';
+push @mirrors, 'https://mirror2.openwrt.org/sources';
 
 while (!-f "$target/$filename") {
        my $mirror = shift @mirrors;