diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-21 08:12:49 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-21 08:12:49 +0000 |
commit | 338042ea0480be4b7be2d783706474845de33ffa (patch) | |
tree | 9746d68e62ad8ee899d82224609b6e7924364e40 /openwrt/package/dropbear/Makefile | |
parent | f4a6b6690a58f48804563a623fee33fab34dc6a3 (diff) | |
download | mtk-20170518-338042ea0480be4b7be2d783706474845de33ffa.zip mtk-20170518-338042ea0480be4b7be2d783706474845de33ffa.tar.gz mtk-20170518-338042ea0480be4b7be2d783706474845de33ffa.tar.bz2 |
add md5sums
SVN-Revision: 405
Diffstat (limited to 'openwrt/package/dropbear/Makefile')
-rw-r--r-- | openwrt/package/dropbear/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index a62e251..48d0068 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/package/dropbear/Makefile @@ -1,11 +1,10 @@ -############################################################# -# -# dropbear -# -############################################################# +# $Id$ + include $(TOPDIR)/rules.mk DROPBEAR_VERSION:=0.45 +DROPBEAR_MD5SUM:=2bcc46e4c239aec982bf36a723dd0b0e + DROPBEAR_SOURCE:=dropbear-$(DROPBEAR_VERSION).tar.bz2 DROPBEAR_SITE:=http://matt.ucc.asn.au/dropbear/releases/ DROPBEAR_DIR:=$(BUILD_DIR)/dropbear-$(DROPBEAR_VERSION) @@ -16,7 +15,7 @@ DROPBEAR_IPK:=dropbear_$(DROPBEAR_VERSION)-1_$(ARCH).ipk DROPBEAR_IPK_DIR:=$(DROPBEAR_DIR)/ipkg $(DL_DIR)/$(DROPBEAR_SOURCE): - $(SCRIPT_DIR)/download.pl $(DL_DIR) $(DROPBEAR_SOURCE) x $(DROPBEAR_SITE) + $(SCRIPT_DIR)/download.pl $(DL_DIR) $(DROPBEAR_SOURCE) $(DROPBEAR_MD5SUM) $(DROPBEAR_SITE) $(DROPBEAR_DIR)/.patched: $(DL_DIR)/$(DROPBEAR_SOURCE) $(DROPBEAR_CAT) $(DL_DIR)/$(DROPBEAR_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - |