diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-06 15:44:27 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-06 15:44:27 +0000 |
commit | 1e9cb34e04f36213ed1c9f1d66f332d18f6dc020 (patch) | |
tree | 4cb272f5d077944edca8666543a987ce728b9a51 | |
parent | 3b395d1671465e69baa519dc569edde4ce4a654d (diff) | |
download | mtk-20170518-1e9cb34e04f36213ed1c9f1d66f332d18f6dc020.zip mtk-20170518-1e9cb34e04f36213ed1c9f1d66f332d18f6dc020.tar.gz mtk-20170518-1e9cb34e04f36213ed1c9f1d66f332d18f6dc020.tar.bz2 |
Set download url to sourceforge
SVN-Revision: 1161
-rw-r--r-- | openwrt/package/zlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/zlib/Makefile b/openwrt/package/zlib/Makefile index 8dc2cc3..95f6ce9 100644 --- a/openwrt/package/zlib/Makefile +++ b/openwrt/package/zlib/Makefile @@ -7,7 +7,7 @@ PKG_VERSION:=1.2.2 PKG_RELEASE:=1 PKG_MD5SUM:=1b8aab042d40979e456194c468fd72c5 -PKG_SOURCE_URL:=http://www.zlib.net/ +PKG_SOURCE_URL:=@SF/zlib PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_CAT:=bzcat |