summaryrefslogtreecommitdiff
path: root/make/dropbear_sshd.mk
AgeCommit message (Collapse)Author
2004-09-09Patch by michael tesch <tesch1@gmail.com> ...Manuel Novoa III
The real problem, only caused when you have a *.patch file in the main build directory, is that the Makefiles don't escape the globbing operator they're passing to patch-kernel.sh. Attached is a patch to fix that.
2004-07-20Update to dropbear-0.43Eric Andersen
2004-07-09Update dropbear and add a setup/start init script for itEric Andersen
2004-03-18Update from .39 to .41 and change to using the muilt-binary version insteadManuel Novoa III
of 3 seperate binaries.
2003-12-19update dropbearEric Andersen
2003-11-01Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III
i386 (limited to 64 bit long double... same as double), arm (libfloat), mips, and mipsel. Enable cross compiling a native gcc 3.3 toolchain to run on the target. Misc rootfs cleanups... strip some things that weren't, eliminate duplicate libs, move openssl shared libs out of /lib, reduce size of libssl.so by dynamicly linking with libcrypto.so, fix dropbear compile on mips.
2003-10-11Update to dropbear 0.38Eric Andersen
2003-10-06update dropbear release locationEric Andersen
2003-09-26Update dropbear to the latest and greatestEric Andersen
2003-09-12Teach dropbear to depend on zlibEric Andersen
2003-09-12Alex King writes:Eric Andersen
Dropbear have bumpeed their version to 0.36, and 0.35 is not where buildroot expects it (they seem to have removed that version.)
2003-09-03Add support for enabling use of libintl.Manuel Novoa III
Add support for libstd++ in full locale mode, and remove the need for config hacks when using uClibc stub locale support. TODO -- gdb intl support is still broken. uClibc should auto-download the pregenerated locale data
2003-08-17Update dropbear to the latest and greatest, fixing aEric Andersen
security problem
2003-06-23Add support for the Dropbear SSH serverEric Andersen