From: Eric Andersen Date: Fri, 12 Sep 2003 00:24:32 +0000 (-0000) Subject: Alex King writes: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b51328693c1cb1b8648797d5ba0d5fc70f9af1a;p=buildroot.git 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.) --- diff --git a/make/dropbear_sshd.mk b/make/dropbear_sshd.mk index eb91235281..d93198a140 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