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>
This commit is contained in:
parent
82f36e0c78
commit
c29619cf8a
1 changed files with 3 additions and 2 deletions
|
@ -27,8 +27,9 @@ PKG_BUILD_FLAGS:=gc-sections lto
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/mosh/Default
|
define Package/mosh/Default
|
||||||
SECTION:=utils
|
SECTION:=net
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Network
|
||||||
|
SUBMENU:=SSH
|
||||||
TITLE:=Mosh mobile shell
|
TITLE:=Mosh mobile shell
|
||||||
DEPENDS:=+libncursesw +libopenssl +protobuf
|
DEPENDS:=+libncursesw +libopenssl +protobuf
|
||||||
URL:=https://mosh.org/
|
URL:=https://mosh.org/
|
||||||
|
|
Loading…
Reference in a new issue