diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-19 22:51:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-19 22:51:51 +0000 |
commit | 682367d8ec7ec429de0f89a5b6679ec2abd70325 (patch) | |
tree | 27e1619e831268ea1fef78626ca3380be26e4325 /openwrt/package/zlib | |
parent | 97d994fb22b2c9044f5e8ee72b9842c3827ddeb9 (diff) | |
download | mtk-20170518-682367d8ec7ec429de0f89a5b6679ec2abd70325.zip mtk-20170518-682367d8ec7ec429de0f89a5b6679ec2abd70325.tar.gz mtk-20170518-682367d8ec7ec429de0f89a5b6679ec2abd70325.tar.bz2 |
add downloading script (with md5sum checking and sourceforge downloading support)
SVN-Revision: 391
Diffstat (limited to 'openwrt/package/zlib')
-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 6d9144f..b01ff46 100644 --- a/openwrt/package/zlib/Makefile +++ b/openwrt/package/zlib/Makefile @@ -14,7 +14,7 @@ PKG_IPK := $(PACKAGE_DIR)/zlib_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk $(DL_DIR)/$(PKG_SOURCE_FILE): mkdir -p $(DL_DIR) - $(WGET) -P $(DL_DIR) $(PKG_SOURCE_SITE)/$(PKG_SOURCE_FILE) + $(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE_FILE) x $(PKG_SOURCE_SITE) $(PKG_BUILD_DIR)/.patched: $(DL_DIR)/$(PKG_SOURCE_FILE) mkdir -p $(TOOL_BUILD_DIR) |