Explorar el Código

invert the mirror orders seems the first one seems to be offline right now

SVN-Revision: 14466
Florian Fainelli hace 17 años
padre
commit
af290a63dc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      package/dropbear/Makefile

+ 2 - 2
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