aboutsummaryrefslogtreecommitdiff
path: root/net/mosh/Makefile
Commit message (Collapse)AuthorAge
* mosh: Move section net/Network/SSHSergey Ponomarev2023-12-18
| | | | | | The mosh-server and mosh-client packages are related to SSH. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS" on the main repository. Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This fixes it and properly enables LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* mosh: update to 1.4.0Rosen Penev2022-11-06
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mosh-full: Add perlbase-text dependencyJottr Doe2022-06-01
| | | | | | Fixes https://github.com/openwrt/packages/issues/18182 Signed-off-by: Jottr Doe <jottr@users.noreply.github.com>
* mosh-full: Sort dependencies alphabeticallyJottr Doe2022-06-01
| | | | Signed-off-by: Jottr Doe <jottr@users.noreply.github.com>
* 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>