diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-03 12:45:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-03 12:45:55 +0000 |
commit | e10649450b67ee197b7e59bc9a7924ee48d0006f (patch) | |
tree | 642d89c2de3175290d4e8ee94e846f07e074ad96 /openwrt/package/mysql/Makefile | |
parent | 07148626da26678e14e54a33615ab5953553b9d1 (diff) | |
download | mtk-20170518-e10649450b67ee197b7e59bc9a7924ee48d0006f.zip mtk-20170518-e10649450b67ee197b7e59bc9a7924ee48d0006f.tar.gz mtk-20170518-e10649450b67ee197b7e59bc9a7924ee48d0006f.tar.bz2 |
change the order of the mysql download mirrors
SVN-Revision: 2045
Diffstat (limited to 'openwrt/package/mysql/Makefile')
-rw-r--r-- | openwrt/package/mysql/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/mysql/Makefile b/openwrt/package/mysql/Makefile index 28d9314..b0af5d7 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 |