From: Felix Fietkau Date: Sun, 24 Sep 2006 11:24:23 +0000 (+0000) Subject: disable mirror1.openwrt.org for now - doesn't seem to be active X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=643cdb2818568429c07c79a445527eaee673130a;p=librecmc%2Flibrecmc.git disable mirror1.openwrt.org for now - doesn't seem to be active SVN-Revision: 4851 --- diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index feb38a1bee..bf463ef747 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/scripts/download.pl @@ -91,7 +91,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://downloads.openwrt.org/sources/';