From: Gabor Juhos Date: Mon, 25 Feb 2013 22:04:14 +0000 (+0000) Subject: mysql: revert PKG_SOURCE_URL previous patch X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c8cf11ebeb9751a355745eb75194d0bf19eca4d7;p=openwrt%2Fsvn-archive%2Fpackages.git mysql: revert PKG_SOURCE_URL previous patch This patch reverts previous patch that fixes already fixed non-functional repos. MySQL archives repo is duplicit and planetmirror is offline. Signed-off-by: Jiri Slachta Signed-off-by: Gabor Juhos SVN-Revision: 35802 --- diff --git a/libs/mysql/Makefile b/libs/mysql/Makefile index 8c0c4463d..1f756b99e 100644 --- a/libs/mysql/Makefile +++ b/libs/mysql/Makefile @@ -14,8 +14,6 @@ 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/ \