2017-05-07 15:32:46 +02:00
|
|
|
comment "mosh needs a toolchain w/ C++, threads, dynamic library, wchar, host and target gcc >= 4.5"
|
2015-08-18 21:23:18 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP \
|
2017-05-07 15:32:46 +02:00
|
|
|
|| BR2_STATIC_LIBS || !BR2_USE_WCHAR \
|
|
|
|
|| !BR2_HOST_GCC_AT_LEAST_4_5 || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
|
2016-02-04 23:04:13 +01:00
|
|
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
|
2015-07-26 18:34:07 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_MOSH
|
|
|
|
bool "mosh"
|
2016-02-04 23:04:13 +01:00
|
|
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
|
2015-08-11 22:45:32 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # protobuf
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf
|
2017-05-07 15:32:46 +02:00
|
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_5 # protobuf
|
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5 # protobuf
|
2015-08-18 21:23:18 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # protobuf
|
2016-04-02 23:08:56 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2015-07-26 18:34:07 +02:00
|
|
|
select BR2_PACKAGE_PROTOBUF
|
|
|
|
select BR2_PACKAGE_NCURSES
|
2016-08-23 16:26:09 +02:00
|
|
|
select BR2_PACKAGE_NETTLE if !BR2_PACKAGE_OPENSSL
|
2015-07-26 18:34:07 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
# runtime dependency
|
|
|
|
select BR2_PACKAGE_OPENSSH if !BR2_PACKAGE_DROPBEAR_CLIENT
|
|
|
|
help
|
2017-06-01 22:28:14 +02:00
|
|
|
Remote terminal application that supports intermittent
|
|
|
|
connectivity, allows roaming, and provides speculative local
|
|
|
|
echo and line editing of user keystrokes.
|
2015-07-26 18:34:07 +02:00
|
|
|
|
2017-06-01 22:28:14 +02:00
|
|
|
Mosh requires that the remote machine has a locale setting
|
|
|
|
matching the one on the client.
|
2017-05-29 23:53:41 +02:00
|
|
|
|
2017-06-01 22:28:14 +02:00
|
|
|
When using mosh with dropbear on a remote machine, the
|
|
|
|
client needs mosh with a version above 1.3.0 and the
|
|
|
|
--no-ssh-pty option needs to be passed when starting the
|
|
|
|
connection.
|
2017-05-29 23:53:41 +02:00
|
|
|
|
2017-05-31 21:08:56 +02:00
|
|
|
https://mosh.org
|