network: Add SUBMENU variable for some packages
authorRyan Keane <[email protected]>
Sun, 17 Nov 2024 12:54:26 +0000 (04:54 -0800)
committerHannu Nyman <[email protected]>
Fri, 22 Nov 2024 21:39:38 +0000 (23:39 +0200)
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 <[email protected]>
12 files changed:
net/cifs-utils/Makefile
net/dawn/Makefile
net/dnscrypt-proxy/Makefile
net/dnscrypt-proxy2/Makefile
net/family-dns/Makefile
net/git-lfs/Makefile
net/https-dns-proxy/Makefile
net/mdns-repeater/Makefile
net/nextdns/Makefile
net/onionshare-cli/Makefile
net/smartdns/Makefile
net/xray-core/Makefile

index fcc4b477387b9be21c10e49768182af1ea751050..1055dd4610badc0fbcdcc1cdbd03479c5c3f7d37 100644 (file)
@@ -30,6 +30,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/cifsmount
   SECTION:=net
   CATEGORY:=Network
+  SUBMENU:=Filesystem
   DEPENDS:=+kmod-fs-cifs
   TITLE:=CIFS mount
   URL:=https://wiki.samba.org/index.php/LinuxCIFS_utils
index f67837690065dd319198ed83ba44225c405aca9f..24abb9a926586ba998516b09422929979e454e8d 100644 (file)
@@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/cmake.mk
 define Package/dawn
   SECTION:=net
   CATEGORY:=Network
+  SUBMENU:=Wireless
   TITLE:=Decentralized wifi controller
   URL:=https://github.com/berlin-open-wireless-lab/DAWN.git
   DEPENDS:=$(DRV_DEPENDS) +libubus +libubox +libblobmsg-json +libuci +libgcrypt +libiwinfo +umdns
index 0ea8dbcf4cda3206b1bb6bf9a7a8e8cfa5847317..bf8fc900122c1be48e831d6909e9be357377d615 100644 (file)
@@ -33,6 +33,7 @@ define Package/dnscrypt-proxy/Default
   SECTION:=net
   CATEGORY:=Network
   SUBMENU:=IP Addresses and Names
+  TITLE:=DNSCrypt-Proxy by Dyne, not actively maintained
   URL:=https://github.com/dyne/dnscrypt-proxy
 endef
 
index 2c0286ed0c25271e31684df63c7323aad47864b4..1a1f10514a2136893cfb438f334a9162139351cb 100644 (file)
@@ -36,6 +36,7 @@ define Package/dnscrypt-proxy2
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Flexible DNS proxy with encrypted DNS protocols
+  SUBMENU:=IP Addresses and Names
   URL:=https://github.com/DNSCrypt/dnscrypt-proxy
   DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle
   CONFLICTS:=dnscrypt-proxy
index 54728656e0e644381831b34cf927bedcc47c7e1e..544b78c1c82e39528e727e2b7afacb81a2a1cf29 100644 (file)
@@ -17,6 +17,7 @@ define Package/family-dns
        SECTION:=net
        CATEGORY:=Network
        TITLE:=Family DNS
+       SUBMENU:=IP Addresses and Names
        PKGARCH:=all
 endef
 
index 3c2b4320519448d2d7258d832708b2ab8b06c44e..e57169ec11123f5f4381f2d6e980b50dbb3ae285 100644 (file)
@@ -32,6 +32,7 @@ define Package/git-lfs
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Git Large File Storage
+  SUBMENU:=Version Control Systems
   URL:=https://git-lfs.com
   DEPENDS:=$(GO_ARCH_DEPENDS) +git
 endef
index 4746516491b307af7c4b1ec5375a245007568a0d..81751e85493c52452706c59ca0f3a54b6a5c37ce 100644 (file)
@@ -30,6 +30,7 @@ define Package/https-dns-proxy
        SECTION:=net
        CATEGORY:=Network
        TITLE:=DNS Over HTTPS Proxy
+       SUBMENU:=IP Addresses and Names
        URL:=https://github.com/stangri/https-dns-proxy/
        DEPENDS:=+libcares +libcurl +libev +ca-bundle +jsonfilter +resolveip
        DEPENDS+=+!BUSYBOX_DEFAULT_GREP:grep
index 4546bedd1dde2477499a2543ae55e13a68356159..0c97556cad4584bd692e59d818490ff29fe1c801 100644 (file)
@@ -24,6 +24,7 @@ define Package/mdns-repeater
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Multicast DNS repeater for Linux
+  SUBMENU:=IP Addresses and Names
   URL:=https://github.com/kennylevinsen/mdns-repeater
 endef
 
index 66a05e71d85cab69816421c5a87043a295a06dca..0b62fded6ae5dbda952bea48e9475b739c9a14d7 100644 (file)
@@ -34,6 +34,7 @@ define Package/nextdns
   SECTION:=net
   CATEGORY:=Network
   TITLE:=NextDNS DNS over HTTPS Proxy
+  SUBMENU:=IP Addresses and Names
   URL:=https://github.com/nextdns/nextdns
   DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle
 endef
index 42afb80fd1bce3b2662600096e7cb39bb3db4815..1295d0f1b3ef7c188ff0c38640ce964d25d5bee0 100644 (file)
@@ -31,6 +31,7 @@ define Package/onionshare-cli
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Secure chat, web and file sharing
+  SUBMENU:=File Transfer
   URL:=https://onionshare.org/
   DEPENDS:= \
     +python3-light \
index 95482d2819434e90e3fed66f1884f5a6d04f8675..5cce92badcb111d2ff171606b5e37491e6def440 100644 (file)
@@ -29,6 +29,7 @@ define Package/smartdns
   SECTION:=net
   CATEGORY:=Network
   TITLE:=smartdns server
+  SUBMENU:=IP Addresses and Names
   DEPENDS:=+libpthread +libopenssl
   URL:=https://www.github.com/pymumu/smartdns/
 endef
index bb8971044bd0e3466d9f2475127245af3246c063..e0020ced2b7165e51ccdef75a29a01ec94fd5f60 100644 (file)
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
 include ../../lang/golang/golang-package.mk
 
 define Package/xray/template
-  TITLE:=A platform for building proxies to bypass network restrictions
+  TITLE:=A proxy platform to bypass network restrictions
   SECTION:=net
   CATEGORY:=Network
   URL:=https://xtls.github.io