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 | 96e5e35126ea226c526a6a8d84c8af6f70f2e074 (patch) | |
tree | 6022f7197ee79a8c22c0e472865010448922bded /package/openldap/Makefile | |
parent | b04c51f5fc2a02a5bc77ac2459e36b7e100d0459 (diff) | |
download | upstream-96e5e35126ea226c526a6a8d84c8af6f70f2e074.tar.gz upstream-96e5e35126ea226c526a6a8d84c8af6f70f2e074.tar.bz2 upstream-96e5e35126ea226c526a6a8d84c8af6f70f2e074.zip |
Add some mirrors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1416 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openldap/Makefile')
-rw-r--r-- | package/openldap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/openldap/Makefile b/package/openldap/Makefile index 10c7bec74c..35a15b37e2 100644 --- a/package/openldap/Makefile +++ b/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 |