Files
buildroot/package/ugetty/Config.in.host
Fiona Klute c33cdc2ca9 package/ugetty: support building "proxycommand" binary for host
The "proxycommand" binary is used with SSH clients to connect to
ugetty over serial. Building it as a host package makes it easy to use
with Buildroot builds including ugetty on the target, without needing
a separate install.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
[Peter: use install -D]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2026-04-29 19:37:54 +02:00

14 lines
465 B
Plaintext

config BR2_PACKAGE_HOST_UGETTY
bool "host ugetty"
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8 # std=c17
help
A minimal getty for embedded Linux that auto-detects the
client and dispatches incoming serial connections to a login
prompt, a PPP session, or the local SSH server as
appropriate.
The host package builds only the "proxycommand" binary for
use with SSH clients to connect to ugetty over serial.
https://github.com/ryancdotorg/ugetty