aboutsummaryrefslogtreecommitdiff
path: root/net/mosh
Commit message (Collapse)AuthorAge
* mosh: use mips16 and remove configure patchRosen Penev2020-03-17
| | | | | | | | | | MIPS16 is not needed here. Removed configure patch and replaced with a configure var. Removed autoreconf as configure is no longer being patched. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mosh: Fix compilation with libcxxRosen Penev2019-12-14
| | | | | | Partial backport of upstream patch.`` Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mosh: Add protobuf host build dependencyRosen Penev2019-10-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mosh: add packageJakub Tymejczyk2019-09-01
Maintainer: Jakub Tymejczyk <jakub@tymejczyk.pl> Compile tested: ramips, Xiaomi Router 3G, fc54256 Run tested: ramips, Xiaomi Router 3G, 0f54d96 Description: Mosh is "Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes". Project's site: https://mosh.org Makefile and patch taken from: https://github.com/mchwalisz/mosh-openwrt updated by me Signed-off-by: Jakub Tymejczyk <jakub@tymejczyk.pl> (Makefile cleanup and size optimizations) Signed-off-by: Rosen Penev <rosenp@gmail.com>