[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/dropbear/dropbear.desc [COPY] Copyright (C) 2004 - 2025 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] Rene Rebe [F] CROSS DIETLIBC [C] base/system extra/network [L] MIT [S] Beta [V] 2025.88 [D] 451b7531c2d055d49746835f0cda91ffd24f398d0d6d0d1aa6ab756c dropbear-2025.88.tar.bz2 http://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,'"