diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-09-24 11:24:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-09-24 11:24:23 +0000 |
commit | 643cdb2818568429c07c79a445527eaee673130a (patch) | |
tree | ee3dc447bd6f70daf27d316c5f30d32e8bda7205 /openwrt/scripts/download.pl | |
parent | c57cfeab0b75d7116b44a315f7460ab8e2550961 (diff) | |
download | mtk-20170518-643cdb2818568429c07c79a445527eaee673130a.zip mtk-20170518-643cdb2818568429c07c79a445527eaee673130a.tar.gz mtk-20170518-643cdb2818568429c07c79a445527eaee673130a.tar.bz2 |
disable mirror1.openwrt.org for now - doesn't seem to be active
SVN-Revision: 4851
Diffstat (limited to 'openwrt/scripts/download.pl')
-rwxr-xr-x | openwrt/scripts/download.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index feb38a1..bf463ef 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/'; |