diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-11 21:59:03 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-11 21:59:03 +0000 |
commit | aeb0c701b3159b6289958ae297e5c55264310b74 (patch) | |
tree | e0d46e87808fb689336debe53bcd414dfbb4c1f9 /openwrt/package/openldap | |
parent | bf9e2b6b85c93886a33b7f3086683f40dd15f18e (diff) | |
download | mtk-20170518-aeb0c701b3159b6289958ae297e5c55264310b74.zip mtk-20170518-aeb0c701b3159b6289958ae297e5c55264310b74.tar.gz mtk-20170518-aeb0c701b3159b6289958ae297e5c55264310b74.tar.bz2 |
Add some mirrors
SVN-Revision: 1416
Diffstat (limited to 'openwrt/package/openldap')
-rw-r--r-- | openwrt/package/openldap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/openldap/Makefile b/openwrt/package/openldap/Makefile index 10c7bec..35a15b3 100644 --- a/openwrt/package/openldap/Makefile +++ b/openwrt/package/openldap/Makefile @@ -7,7 +7,10 @@ PKG_VERSION:=2.2.26 PKG_RELEASE:=1 PKG_MD5SUM:=afc8700b5738da863b30208e1d3e9de8 -PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ +PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \ + ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ + ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-release/ \ + ftp://ftp.plig.org/pub/OpenLDAP/openldap-release/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_CAT:=zcat |