diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2023-12-17 10:14:24 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-12-18 15:04:53 -0800 |
commit | c29619cf8a028ae19325e3b1bb51690f746f0195 (patch) | |
tree | 47d102a66d5c3192d57ec4a844ab424a2bb0ba26 /net/mosh/Makefile | |
parent | 82f36e0c781d28ba8d6c48413a0c0582e7cc0ee8 (diff) |
mosh: Move section net/Network/SSH
The mosh-server and mosh-client packages are related to SSH.
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'net/mosh/Makefile')
-rw-r--r-- | net/mosh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 0b840f399..32b100d11 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -27,8 +27,9 @@ PKG_BUILD_FLAGS:=gc-sections lto include $(INCLUDE_DIR)/package.mk define Package/mosh/Default - SECTION:=utils - CATEGORY:=Utilities + SECTION:=net + CATEGORY:=Network + SUBMENU:=SSH TITLE:=Mosh mobile shell DEPENDS:=+libncursesw +libopenssl +protobuf URL:=https://mosh.org/ |