1 comment "mosh needs a toolchain w/ C++, threads, dynamic library"
2 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP \
4 depends on !(BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64)
6 config BR2_PACKAGE_MOSH
8 depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 # protobuf
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_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" # protobuf
13 select BR2_PACKAGE_PROTOBUF
14 select BR2_PACKAGE_NCURSES
15 select 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