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 | 07076c27b78268ead7364b31c1811b69cf54c268 (patch) | |
tree | ea8978e0395eb04197cd58f4a1007300761e8f63 /package/mysql/Makefile | |
parent | 8c09b036ae406df8ff63de693fee1c3cbc86bf8a (diff) | |
download | upstream-07076c27b78268ead7364b31c1811b69cf54c268.tar.gz upstream-07076c27b78268ead7364b31c1811b69cf54c268.tar.bz2 upstream-07076c27b78268ead7364b31c1811b69cf54c268.zip |
change the order of the mysql download mirrors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2045 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mysql/Makefile')
-rw-r--r-- | package/mysql/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/mysql/Makefile b/package/mysql/Makefile index 28d9314771..b0af5d7e3b 100644 --- a/package/mysql/Makefile +++ b/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 |