summaryrefslogtreecommitdiff
path: root/openwrt/scripts/download.pl
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-01 15:16:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-01 15:16:46 +0000
commitf9e58fed16353032e5b3db7ae34fd682625f5403 (patch)
tree208d92647e3ac37338949a62117825b353563043 /openwrt/scripts/download.pl
parentd85897570d6818e52afc78eb897795dcc34e1bc4 (diff)
downloadmtk-20170518-f9e58fed16353032e5b3db7ae34fd682625f5403.zip
mtk-20170518-f9e58fed16353032e5b3db7ae34fd682625f5403.tar.gz
mtk-20170518-f9e58fed16353032e5b3db7ae34fd682625f5403.tar.bz2
update master mirror url
SVN-Revision: 1304
Diffstat (limited to 'openwrt/scripts/download.pl')
-rwxr-xr-xopenwrt/scripts/download.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl
index df55b8f..08caa03 100755
--- a/openwrt/scripts/download.pl
+++ b/openwrt/scripts/download.pl
@@ -77,7 +77,7 @@ foreach my $mirror (@ARGV) {
push @mirrors, 'http://mirror1.openwrt.org/';
push @mirrors, 'http://mirror2.openwrt.org/';
-push @mirrors, 'http://openwrt.org/download/sources/';
+push @mirrors, 'http://downloads.openwrt.org/sources/';
while (!$ok) {
my $mirror = shift @mirrors;