diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-12 00:24:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-12 00:24:32 +0000 |
commit | 4b51328693c1cb1b8648797d5ba0d5fc70f9af1a (patch) | |
tree | efd167ad02220b187353d9a9f6a0df5d3b433420 | |
parent | f0f965bd2c1dcd4021970ec26cca9c8cc0710dbb (diff) | |
download | buildroot-novena-4b51328693c1cb1b8648797d5ba0d5fc70f9af1a.tar.gz buildroot-novena-4b51328693c1cb1b8648797d5ba0d5fc70f9af1a.zip |
Alex King writes:
Dropbear have bumpeed their version to 0.36, and 0.35 is not where
buildroot expects it (they seem to have removed that version.)
-rw-r--r-- | make/dropbear_sshd.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/dropbear_sshd.mk b/make/dropbear_sshd.mk index eb9123528..d93198a14 100644 --- a/make/dropbear_sshd.mk +++ b/make/dropbear_sshd.mk @@ -3,9 +3,9 @@ # dropbear_sshd # ############################################################# -DROPBEAR_SSHD_SOURCE:=dropbear-0.35.tar.bz2 +DROPBEAR_SSHD_SOURCE:=dropbear-0.36.tar.bz2 DROPBEAR_SSHD_SITE:=http://matt.ucc.asn.au/dropbear/ -DROPBEAR_SSHD_DIR:=$(BUILD_DIR)/dropbear-0.35 +DROPBEAR_SSHD_DIR:=$(BUILD_DIR)/dropbear-0.36 DROPBEAR_SSHD_CAT:=bzcat DROPBEAR_SSHD_BINARY:=dropbear DROPBEAR_SSHD_TARGET_BINARY:=usr/sbin/dropbear |