1 comment "mosh needs a toolchain w/ C++, threads, dynamic library, wchar"
2 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP \
3 || BR2_STATIC_LIBS || !BR2_USE_WCHAR
4 depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
6 config BR2_PACKAGE_MOSH
8 depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
9 depends on BR2_INSTALL_LIBSTDCPP # protobuf
10 depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf
11 depends on !BR2_STATIC_LIBS # protobuf
12 depends on BR2_USE_WCHAR
13 select BR2_PACKAGE_PROTOBUF
14 select BR2_PACKAGE_NCURSES
15 select BR2_PACKAGE_NETTLE if !BR2_PACKAGE_OPENSSL
16 select BR2_PACKAGE_ZLIB
18 select BR2_PACKAGE_OPENSSH if !BR2_PACKAGE_DROPBEAR_CLIENT
20 Remote terminal application that supports intermittent connectivity,
21 allows roaming, and provides speculative local echo and line editing