summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-13 18:24:27 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-13 18:24:27 +0000
commit2bb2528b88b78fd443eb21f894a22896c9667a7b (patch)
treedd4db21e00eb8c29938391e3f824a3aebd4144a0 /package
parent841c7d1ddd6a79bc878a0c1494e455d88b23567c (diff)
Fix zlib alternate URL
There is no zlib project on Sourceforge, zlib files are in libpng project Signed-off-by: Gilles Espinasse g.esp@free.fr git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21442 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/zlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/zlib/Makefile b/package/zlib/Makefile
index d8213b972..c6a18378d 100644
--- a/package/zlib/Makefile
+++ b/package/zlib/Makefile
@@ -12,7 +12,7 @@ PKG_VERSION:=1.2.3
PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://www.zlib.net @SF/zlib
+PKG_SOURCE_URL:=http://www.zlib.net @SF/libpng
PKG_MD5SUM:=dee233bf288ee795ac96a98cc2e369b6
include $(INCLUDE_DIR)/package.mk