mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
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
This commit is contained in:
parent
841c7d1ddd
commit
2bb2528b88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user