diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-04 13:52:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-04 13:52:21 +0000 |
commit | 7fd657d60278d892b2700af3d4e2ae3b8f77de7e (patch) | |
tree | 792950c4f7a7b53049a97853d1f364bba8363396 /openwrt | |
parent | 183c22a48a0a7c97d576043f6154d6b884794365 (diff) | |
download | mtk-20170518-7fd657d60278d892b2700af3d4e2ae3b8f77de7e.zip mtk-20170518-7fd657d60278d892b2700af3d4e2ae3b8f77de7e.tar.gz mtk-20170518-7fd657d60278d892b2700af3d4e2ae3b8f77de7e.tar.bz2 |
add more cups mirrors
SVN-Revision: 557
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/cups/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/cups/Makefile b/openwrt/package/cups/Makefile index 714689f..33f2835 100644 --- a/openwrt/package/cups/Makefile +++ b/openwrt/package/cups/Makefile @@ -7,7 +7,9 @@ PKG_VERSION:=1.1.23 PKG_RELEASE:=1 PKG_MD5SUM:=4ce09b1dce09b6b9398af0daae9adf63 -PKG_SOURCE_URL:=ftp://ftp3.easysw.com/pub/cups/1.1.23/ +PKG_SOURCE_URL:=http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/ftp.easysw.com/pub/cups/$(PKG_VERSION) \ + http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/cups/$(PKG_VERSION) \ + ftp://ftp3.easysw.com/pub/cups/$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-source.tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_CAT:=bzcat |