packages: add mosh
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 8 Feb 2014 18:18:30 +0000 (18:18 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 8 Feb 2014 18:18:30 +0000 (18:18 +0000)
commit2f232d1cc290fd71a66f6b39555c274f02389a0b
tree1d9728f0ed5279ed9231c30d2615ce8b4f61b6d3
parent66a7c4c5d751555b6df8473291c9fbc30b42880e
packages: add mosh

This adds mosh-full, mosh-server, and mosh-client packages.

The Entware team has already done the hard work:
http://code.google.com/p/wl500g-repo/source/browse/feeds/rtndev/mosh/Makefile?r=1220

All I added was a patch to disabled the check for UTF-8, which is not
available on our platform. (It works fine with the check disabled)
https://github.com/keithw/mosh/issues/464

This was originally requested here:
https://dev.openwrt.org/ticket/12509

This actually does work in conjunction with the openssh-client/server.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662939

Signed-off-by: Kyle Anderson <kyle@xkyle.com>
SVN-Revision: 39541
net/mosh/Makefile [new file with mode: 0644]
net/mosh/patches/disable-utf8-check.patch [new file with mode: 0644]