--- dropbear_sshd.mk.orig 2004-03-25 15:11:56.000000000 -0500 +++ dropbear_sshd.mk 2004-03-25 13:17:00.000000000 -0500 @@ -3,9 +3,10 @@ # dropbear_sshd # ############################################################# -DROPBEAR_SSHD_SOURCE:=dropbear-0.39.tar.bz2 +DROPBEAR_SSHD_VERSION=0.41 +DROPBEAR_SSHD_SOURCE:=dropbear-$(DROPBEAR_SSHD_VERSION).tar.bz2 DROPBEAR_SSHD_SITE:=http://matt.ucc.asn.au/dropbear/releases/ -DROPBEAR_SSHD_DIR:=$(BUILD_DIR)/dropbear-0.39 +DROPBEAR_SSHD_DIR:=$(BUILD_DIR)/dropbear-$(DROPBEAR_SSHD_VERSION) DROPBEAR_SSHD_CAT:=bzcat DROPBEAR_SSHD_BINARY:=dropbear DROPBEAR_SSHD_TARGET_BINARY:=usr/sbin/dropbear