Files
carbon e42fe97d74 buildroot long term support release 2024.02.3
buildroot-2024.02.3.tar.gz

Signed-off-by: carbon <carbon@milkv.io>
2024-06-21 14:23:43 +08:00

22 lines
727 B
Plaintext

config BR2_PACKAGE_TIO
bool "tio"
depends on !BR2_sparc64 && !BR2_sparc
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_INIH
help
"tio" is a simple TTY terminal application which features a
straightforward commandline interface to easily connect to
TTY devices for basic input/output.
https://tio.github.io/
# tio is disabled for sparc and sparc64 architectures because it fails
# to build with a redefinition of 'struct termio' error, with no proper
# fix or workaround for now
comment "tio is disabled for sparc and sparc64 architectures"
depends on BR2_sparc64 || BR2_sparc
comment "tio needs a toolchain w/ threads"
depends on !BR2_sparc64 && !BR2_sparc
depends on !BR2_TOOLCHAIN_HAS_THREADS