From: Felix Fietkau Date: Mon, 3 Oct 2005 12:45:34 +0000 (+0000) Subject: change the order of the mysql download mirrors X-Git-Tag: whiterussian_rc4~148 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f2482ddde4f50c2206cd53e218801d92719a8cb4;p=openwrt%2Fsvn-archive%2Fopenwrt.git change the order of the mysql download mirrors SVN-Revision: 2044 --- diff --git a/openwrt/package/mysql/Makefile b/openwrt/package/mysql/Makefile index 28d9314771..b0af5d7e3b 100644 --- a/openwrt/package/mysql/Makefile +++ b/openwrt/package/mysql/Makefile @@ -8,11 +8,12 @@ PKG_RELEASE:=2 PKG_MD5SUM:=408d3001ed715ddc90009c247e548638 PKG_SOURCE_URL:=\ + http://netmirror.org/mirror/mysql.com/Downloads/MySQL-4.0/ \ http://mysql.he.net/Downloads/MySQL-4.0/ \ http://www.linorg.usp.br/mysql/Downloads/MySQL-4.0/ \ http://mysql.planetmirror.com/Downloads/MySQL-4.0/ \ - http://mysql.holywar.net/Downloads/MySQL-4.0/ \ - http://netmirror.org/mirror/mysql.com/Downloads/MySQL-4.0/ + http://mysql.holywar.net/Downloads/MySQL-4.0/ + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat