[Buildroot] [PATCH v8 1/1] mosh: new package

Baruch Siach baruch at tkos.co.il
Sun Jul 26 22:20:39 UTC 2015


Hi Christian,

On Sun, Jul 26, 2015 at 09:34:07AM -0700, Christian Stewart wrote:
> diff --git a/package/mosh/Config.in b/package/mosh/Config.in
> new file mode 100644
> index 0000000..9841b2e
> --- /dev/null
> +++ b/package/mosh/Config.in
> @@ -0,0 +1,19 @@
> +comment "mosh needs a toolchain w/ threads"
> +	depends on !BR2_TOOLCHAIN_HAS_THREADS

The dependencies comment should depend on supported arches. Since this patch 
has already been applied, I'll send a follow-up.

> +config BR2_PACKAGE_MOSH
> +	bool "mosh"
> +	depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 # protobuf
> +	depends on BR2_TOOLCHAIN_HAS_THREADS #protobuf
> +	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" # protobuf
> +	select BR2_PACKAGE_PROTOBUF
> +	select BR2_PACKAGE_NCURSES
> +	select BR2_PACKAGE_OPENSSL
> +	select BR2_PACKAGE_OPENSSH if !BR2_PACKAGE_DROPBEAR_CLIENT
> +	select BR2_PACKAGE_ZLIB
> +	help
> +	  Remote terminal application that supports intermittent connectivity,
> +	  allows roaming, and provides speculative local echo and line editing
> +	  of user keystrokes.
> +
> +	  https://mosh.mit.edu

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -



More information about the buildroot mailing list