buildroot/package/ugetty/Config.in
Peter Korsgaard 8b2b857b1f package/ugetty: new package
Minimal getty implementation with optional ppp and ssh multiplexing support.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-04-12 22:42:55 +02:00

10 lines
333 B
Text

config BR2_PACKAGE_UGETTY
bool "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.
https://github.com/ryancdotorg/ugetty