mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
config BR2_PACKAGE_TIO
|
||||
bool "tio"
|
||||
depends on !BR2_sparc64 && !BR2_sparc
|
||||
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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Locally computed:
|
||||
sha256 a8f5ed6994cacb96780baa416b19e5a6d7d67e8c162a8ea4fd9eccd64984ae44 tio-1.32.tar.xz
|
||||
sha256 a8f5ed6994cacb96780baa416b19e5a6d7d67e8c162a8ea4fd9eccd64984ae44 tio-1.32.tar.xz
|
||||
|
||||
# Hash for license files:
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
||||
Reference in New Issue
Block a user