From c29619cf8a028ae19325e3b1bb51690f746f0195 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sun, 17 Dec 2023 10:14:24 +0200 Subject: [PATCH] mosh: Move section net/Network/SSH The mosh-server and mosh-client packages are related to SSH. Signed-off-by: Sergey Ponomarev --- net/mosh/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 0b840f399d..32b100d114 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/