mysql: fix download mirror URL
authorFlorian Fainelli <florian@openwrt.org>
Mon, 18 Feb 2013 09:59:35 +0000 (09:59 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 18 Feb 2013 09:59:35 +0000 (09:59 +0000)
All source mirrors in current feed seems to be unavaliable. Patch adds
official mysql repo.

Signed-off-by: Yegor Ivanov <infactum@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35656

libs/mysql/Makefile

index 1f756b99ebbbeb05ebc86ded9ea47f102796d9d5..8c0c4463d0c0999ecca3a233bf54f475e0813d99 100644 (file)
@@ -14,6 +14,8 @@ PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=\
+       http://downloads.mysql.com/archives/mysql-5.1/ \
+       http://mysql.planetmirror.com/Downloads/MySQL-5.1/ \
        http://mysql.he.net/Downloads/MySQL-5.1/ \
        http://www.linorg.usp.br/mysql/Downloads/MySQL-5.1/ \
        http://www.mirrorservice.org/sites/ftp.mysql.com/Downloads/MySQL-5.1/ \