From 315473bcceb6832612703ff1642477f040ac961c Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 13 Feb 2006 22:35:09 +0000 Subject: fix elhttp build git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3234 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/elhttp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openwrt/package/elhttp/Makefile') diff --git a/openwrt/package/elhttp/Makefile b/openwrt/package/elhttp/Makefile index 6c8318510..175f1dbea 100644 --- a/openwrt/package/elhttp/Makefile +++ b/openwrt/package/elhttp/Makefile @@ -7,9 +7,10 @@ PKG_VERSION:=0.22 PKG_RELEASE:=1 PKG_MD5SUM:=b52f68c47f709e9fc9429250eb8f954c -PKG_SOURCE_URL:=http://www.cr0.net:8040/code/network/ +PKG_SOURCE_URL:=http://phadej.daug.net/files/ \ + http://www.cr0.net:8040/code/network/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz -PKG_CAT:=gzcat +PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install -- cgit v1.2.3