[uClibc] Buildroot & Dropbear ssh

Alex King alex at king.net.nz
Fri Sep 12 00:03:39 UTC 2003


Dropbear have bumpeed their version to 0.36, and 0.35 is not where
buildroot expects it (they seem to have removed that version.)

Also, it seems to want zlib, so the ssh targets in the main makefile
could be altered by including zlib with dropbear, or putting zlib
somewhere else?

Alex
-------------- next part --------------
Index: dropbear_sshd.mk
===================================================================
RCS file: /var/cvs/buildroot/make/dropbear_sshd.mk,v
retrieving revision 1.3
diff -u -b -B -w -p -u -r1.3 dropbear_sshd.mk
--- dropbear_sshd.mk	3 Sep 2003 07:18:13 -0000	1.3
+++ dropbear_sshd.mk	12 Sep 2003 00:00:46 -0000
@@ -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


More information about the uClibc mailing list