mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
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>
10 lines
333 B
Text
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
|