diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-09-06 00:26:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-09-06 00:26:15 +0000 |
commit | 09ee14dd1c746a7c69398ad03fe5d985708d2c5e (patch) | |
tree | ea3aeb453fa890245b1aa8907d783a458e8adb5f /openwrt/scripts/download.pl | |
parent | 6c252f4d26499a37cdc8901c64fe2f3a6447e0e4 (diff) | |
download | mtk-20170518-09ee14dd1c746a7c69398ad03fe5d985708d2c5e.zip mtk-20170518-09ee14dd1c746a7c69398ad03fe5d985708d2c5e.tar.gz mtk-20170518-09ee14dd1c746a7c69398ad03fe5d985708d2c5e.tar.bz2 |
change path for mirror2.openwrt.org
SVN-Revision: 4759
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 094ec04..feb38a1 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/scripts/download.pl @@ -92,7 +92,7 @@ foreach my $mirror (@ARGV) { } push @mirrors, 'http://mirror1.openwrt.org/'; -push @mirrors, 'http://mirror2.openwrt.org/'; +push @mirrors, 'http://mirror2.openwrt.org/sources'; push @mirrors, 'http://downloads.openwrt.org/sources/'; while (!$ok) { |