Johnex
16
For Mosh:
sudo apt update && sudo apt upgrade -y
sudo apt install asciidoc bash bc binutils bzip2 fastjar flex gawk gcc genisoimage gettext git intltool jikespg libgtk2.0-dev libncurses5-dev libssl1.0-dev make mercurial patch perl-modules python2.7-dev rsync ruby sdcc subversion unzip util-linux wget xsltproc zlib1g-dev zlib1g-dev -y
git clone https://github.com/gl-inet/sdk.git
cd sdk
./download.sh ar71xx-1806
cd sdk/1806/ar71xx/
./scripts/feeds update -f
./scripts/feeds install libncurses protobuf
mkdir -p package/mosh/patches
cd package/mosh
wget https://raw.githubusercontent.com/openwrt/packages/master/net/mosh/Makefile
cd patches
wget https://raw.githubusercontent.com/openwrt/packages/master/net/mosh/patches/010-ffs.patch
wget https://raw.githubusercontent.com/openwrt/packages/master/net/mosh/patches/020-std.patch
cd ../../../
make package/mosh/compile V=s