| 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 |