diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2024-03-09 19:09:11 +0200 |
---|---|---|
committer | Paul Donald <itsascambutmailmeanyway@gmail.com> | 2024-03-09 22:18:07 +0100 |
commit | 78d0c7e9033d43bf2678c4ff2f0e48bb908f333e (patch) | |
tree | 2efcf7ee945e3ba7f78a0326925945062b9bfe78 /applications/luci-app-upnp/Makefile | |
parent | 47a8e2aafd35f9b4eeaf610e40f443813e629aaa (diff) |
luci-app-upnp: revise wording to include PCP
- Revise wording, remove redundancies and mention IPv6 limitations
- Mention `UPnP IGD` as `UPnP` is probably not specific enough
- Include current wording in `LUCI_TITLE` for easy finding
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-upnp/Makefile')
-rw-r--r-- | applications/luci-app-upnp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-upnp/Makefile b/applications/luci-app-upnp/Makefile index 15da0fd187..064d5a6d0b 100644 --- a/applications/luci-app-upnp/Makefile +++ b/applications/luci-app-upnp/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=Universal Plug & Play configuration module +LUCI_TITLE:=Universal Plug and Play (UPnP IGD) & PCP/NAT-PMP configuration module LUCI_DEPENDS:=+luci-base +miniupnpd +rpcd-mod-ucode include ../../luci.mk |