diff options
author | Oliver Ertl <oliver@ertl-net.net> | 2006-02-13 22:35:09 +0000 |
---|---|---|
committer | Oliver Ertl <oliver@ertl-net.net> | 2006-02-13 22:35:09 +0000 |
commit | 111b01848227e604fca8834f021507a81292dac2 (patch) | |
tree | 167fcefe07365ac493e8aa625e6bed410c7dc773 /openwrt/package/elhttp/Makefile | |
parent | 272cdfe9b221874af1f2f8c63bdfc80db30175be (diff) | |
download | mtk-20170518-111b01848227e604fca8834f021507a81292dac2.zip mtk-20170518-111b01848227e604fca8834f021507a81292dac2.tar.gz mtk-20170518-111b01848227e604fca8834f021507a81292dac2.tar.bz2 |
fix elhttp build
SVN-Revision: 3234
Diffstat (limited to 'openwrt/package/elhttp/Makefile')
-rw-r--r-- | openwrt/package/elhttp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/elhttp/Makefile b/openwrt/package/elhttp/Makefile index 6c83185..175f1db 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 |