[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/dropbear/dropbear.desc [COPY] Copyright (C) 2004 - 2026 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A relatively small SSH 2 server and client [T] Dropbear is a relatively small SSH 2 server and client suitable for [T] embedded systems. It runs on a variety of POSIX-based platforms. [U] https://matt.ucc.asn.au/dropbear/dropbear.html [A] Matt Johnston [M] René Rebe [F] CROSS DIETLIBC [C] base/system extra/network [L] MIT [V] 2026.91 [D] 23f9cadecb95234085d24353aa1ae6007f0a08e15e8705b63787f0c9 dropbear-2026.91.tar.bz2 https://matt.ucc.asn.au/dropbear/releases/ ALL_PRG="\"dropbear dbclient dropbearkey dropbearconvert scp\"" CLIENT_PRG="\"dbclient scp\"" if [ $pkg = "dropbear" ]; then if [ "$SDECFG_PKG_DROPBEAR_CLIENTONLY" == 1 ]; then var_append makeopt " " "PROGRAMS=$CLIENT_PRG" var_append makeinstopt " " "PROGRAMS=$CLIENT_PRG" else var_append makeopt " " "PROGRAMS=$ALL_PRG" var_append makeinstopt " " "PROGRAMS=$ALL_PRG" fi fi var_append makeopt " " "LD=${archprefix}gcc" var_append INSTALL_WRAPPER_FILTER "|" "sed -e 's,scp,dbscp,'"