network: Add SUBMENU variable for some packages

Add SUBMENU variable for some packages in Network category.
Add title for `dnscrypt-proxy` package.
Shorten TITLE variable for `xray-core` package.

Filesystem:
- cifs-utils

File Transfer:
- onionshare-cli

IP Addresses and Names:
- dnscrypt-proxy2
- family-dns
- https-dns-proxy
- mdns-repeater
- nextdns
- smartdns

Version Control Systems:
- git-lfs

Wireless:
- dawn

Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
This commit is contained in:
Ryan Keane
2024-11-17 04:54:26 -08:00
committed by Hannu Nyman
parent e3bbd70789
commit a0f153e9a2
12 changed files with 12 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/cifsmount define Package/cifsmount
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Filesystem
DEPENDS:=+kmod-fs-cifs DEPENDS:=+kmod-fs-cifs
TITLE:=CIFS mount TITLE:=CIFS mount
URL:=https://wiki.samba.org/index.php/LinuxCIFS_utils URL:=https://wiki.samba.org/index.php/LinuxCIFS_utils

View File

@@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/dawn define Package/dawn
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Wireless
TITLE:=Decentralized wifi controller TITLE:=Decentralized wifi controller
URL:=https://github.com/berlin-open-wireless-lab/DAWN.git URL:=https://github.com/berlin-open-wireless-lab/DAWN.git
DEPENDS:=$(DRV_DEPENDS) +libubus +libubox +libblobmsg-json +libuci +libgcrypt +libiwinfo +umdns DEPENDS:=$(DRV_DEPENDS) +libubus +libubox +libblobmsg-json +libuci +libgcrypt +libiwinfo +umdns

View File

@@ -33,6 +33,7 @@ define Package/dnscrypt-proxy/Default
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=IP Addresses and Names SUBMENU:=IP Addresses and Names
TITLE:=DNSCrypt-Proxy by Dyne, not actively maintained
URL:=https://github.com/dyne/dnscrypt-proxy URL:=https://github.com/dyne/dnscrypt-proxy
endef endef

View File

@@ -36,6 +36,7 @@ define Package/dnscrypt-proxy2
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Flexible DNS proxy with encrypted DNS protocols TITLE:=Flexible DNS proxy with encrypted DNS protocols
SUBMENU:=IP Addresses and Names
URL:=https://github.com/DNSCrypt/dnscrypt-proxy URL:=https://github.com/DNSCrypt/dnscrypt-proxy
DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle
CONFLICTS:=dnscrypt-proxy CONFLICTS:=dnscrypt-proxy

View File

@@ -17,6 +17,7 @@ define Package/family-dns
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Family DNS TITLE:=Family DNS
SUBMENU:=IP Addresses and Names
PKGARCH:=all PKGARCH:=all
endef endef

View File

@@ -32,6 +32,7 @@ define Package/git-lfs
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Git Large File Storage TITLE:=Git Large File Storage
SUBMENU:=Version Control Systems
URL:=https://git-lfs.com URL:=https://git-lfs.com
DEPENDS:=$(GO_ARCH_DEPENDS) +git DEPENDS:=$(GO_ARCH_DEPENDS) +git
endef endef

View File

@@ -30,6 +30,7 @@ define Package/https-dns-proxy
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=DNS Over HTTPS Proxy TITLE:=DNS Over HTTPS Proxy
SUBMENU:=IP Addresses and Names
URL:=https://github.com/stangri/https-dns-proxy/ URL:=https://github.com/stangri/https-dns-proxy/
DEPENDS:=+libcares +libcurl +libev +ca-bundle +jsonfilter +resolveip DEPENDS:=+libcares +libcurl +libev +ca-bundle +jsonfilter +resolveip
DEPENDS+=+!BUSYBOX_DEFAULT_GREP:grep DEPENDS+=+!BUSYBOX_DEFAULT_GREP:grep

View File

@@ -24,6 +24,7 @@ define Package/mdns-repeater
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Multicast DNS repeater for Linux TITLE:=Multicast DNS repeater for Linux
SUBMENU:=IP Addresses and Names
URL:=https://github.com/kennylevinsen/mdns-repeater URL:=https://github.com/kennylevinsen/mdns-repeater
endef endef

View File

@@ -34,6 +34,7 @@ define Package/nextdns
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=NextDNS DNS over HTTPS Proxy TITLE:=NextDNS DNS over HTTPS Proxy
SUBMENU:=IP Addresses and Names
URL:=https://github.com/nextdns/nextdns URL:=https://github.com/nextdns/nextdns
DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle
endef endef

View File

@@ -31,6 +31,7 @@ define Package/onionshare-cli
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Secure chat, web and file sharing TITLE:=Secure chat, web and file sharing
SUBMENU:=File Transfer
URL:=https://onionshare.org/ URL:=https://onionshare.org/
DEPENDS:= \ DEPENDS:= \
+python3-light \ +python3-light \

View File

@@ -29,6 +29,7 @@ define Package/smartdns
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=smartdns server TITLE:=smartdns server
SUBMENU:=IP Addresses and Names
DEPENDS:=+libpthread +libopenssl DEPENDS:=+libpthread +libopenssl
URL:=https://www.github.com/pymumu/smartdns/ URL:=https://www.github.com/pymumu/smartdns/
endef endef

View File

@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
include ../../lang/golang/golang-package.mk include ../../lang/golang/golang-package.mk
define Package/xray/template define Package/xray/template
TITLE:=A platform for building proxies to bypass network restrictions TITLE:=A proxy platform to bypass network restrictions
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
URL:=https://xtls.github.io URL:=https://xtls.github.io