aboutsummaryrefslogtreecommitdiffstats
path: root/package/dropbear
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-02-10 17:14:18 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-02-10 17:14:18 +0000
commit7ed3857786669af04a8ea00eaaa59df5b3f5c9ed (patch)
tree80f21e00327b4723d74ced102e594d6a75f491d0 /package/dropbear
parent80770bfac2089c79b47f8b051874b1178c1b50b7 (diff)
downloadupstream-7ed3857786669af04a8ea00eaaa59df5b3f5c9ed.tar.gz
upstream-7ed3857786669af04a8ea00eaaa59df5b3f5c9ed.tar.bz2
upstream-7ed3857786669af04a8ea00eaaa59df5b3f5c9ed.zip
[package] invert the mirror orders seems the first one seems to be offline right now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14466 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear')
-rw-r--r--package/dropbear/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile
index 5943fc62c0..69432be659 100644
--- a/package/dropbear/Makefile
+++ b/package/dropbear/Makefile
@@ -14,8 +14,8 @@ PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= \
- http://www.mirrors.wiretapped.net/security/cryptography/apps/ssh/dropbear/ \
- http://matt.ucc.asn.au/dropbear/releases/
+ http://matt.ucc.asn.au/dropbear/releases/ \
+ http://www.mirrors.wiretapped.net/security/cryptography/apps/ssh/dropbear/
PKG_MD5SUM:=1045df60c2bdbd39c707238305a1e9e5
include $(INCLUDE_DIR)/package.mk