summaryrefslogtreecommitdiffstats
path: root/openwrt/scripts
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-01 15:16:46 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-01 15:16:46 +0000
commit0cb72e57cda333d0ef1314f559f48decb8f282a1 (patch)
tree208d92647e3ac37338949a62117825b353563043 /openwrt/scripts
parent78bbcfbc021a691f5ae943d4f5dfddccc39b7d67 (diff)
update master mirror url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/scripts')
-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 df55b8f12..08caa03e7 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;