summaryrefslogtreecommitdiffhomepage
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/luci-proto-3g/Makefile1
-rw-r--r--protocols/luci-proto-autoip/Makefile1
-rw-r--r--protocols/luci-proto-batman-adv/Makefile1
-rw-r--r--protocols/luci-proto-external/Makefile1
-rw-r--r--protocols/luci-proto-ipv6/Makefile1
-rw-r--r--protocols/luci-proto-mbim/Makefile1
-rw-r--r--protocols/luci-proto-modemmanager/Makefile1
-rw-r--r--protocols/luci-proto-ncm/Makefile1
-rw-r--r--protocols/luci-proto-openconnect/Makefile1
-rw-r--r--protocols/luci-proto-openfortivpn/Makefile1
-rw-r--r--protocols/luci-proto-ppp/Makefile2
-rw-r--r--protocols/luci-proto-qmi/Makefile1
-rw-r--r--protocols/luci-proto-relay/Makefile1
-rw-r--r--protocols/luci-proto-sstp/Makefile1
-rw-r--r--protocols/luci-proto-unet/Makefile1
-rw-r--r--protocols/luci-proto-vpnc/Makefile2
-rw-r--r--protocols/luci-proto-wireguard/Makefile1
-rw-r--r--protocols/luci-proto-yggdrasil/Makefile1
18 files changed, 18 insertions, 2 deletions
diff --git a/protocols/luci-proto-3g/Makefile b/protocols/luci-proto-3g/Makefile
index 53caa06cae..67fd608b71 100644
--- a/protocols/luci-proto-3g/Makefile
+++ b/protocols/luci-proto-3g/Makefile
@@ -10,6 +10,7 @@ LUCI_TITLE:=Support for 3G
LUCI_DEPENDS:=+comgt
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
include ../../luci.mk
diff --git a/protocols/luci-proto-autoip/Makefile b/protocols/luci-proto-autoip/Makefile
index 87f8dcd532..8da1a2fac7 100644
--- a/protocols/luci-proto-autoip/Makefile
+++ b/protocols/luci-proto-autoip/Makefile
@@ -10,6 +10,7 @@ LUCI_TITLE:=Support for Avahi IPv4LL configuration
LUCI_DEPENDS:=+avahi-autoipd
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
include ../../luci.mk
diff --git a/protocols/luci-proto-batman-adv/Makefile b/protocols/luci-proto-batman-adv/Makefile
index 1e1ab09891..e62a3f5ecd 100644
--- a/protocols/luci-proto-batman-adv/Makefile
+++ b/protocols/luci-proto-batman-adv/Makefile
@@ -10,6 +10,7 @@ LUCI_TITLE:=Support for the batman-adv protocol
LUCI_DEPENDS:=+kmod-batman-adv
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Marc Ahlgrim <marc@onemarcfifty.com>
include ../../luci.mk
diff --git a/protocols/luci-proto-external/Makefile b/protocols/luci-proto-external/Makefile
index e67a042cf2..1b0d9ccac8 100644
--- a/protocols/luci-proto-external/Makefile
+++ b/protocols/luci-proto-external/Makefile
@@ -4,6 +4,7 @@ LUCI_TITLE:=Support for externally managed protocol
LUCI_DEPENDS:=+external-protocol
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com>
include ../../luci.mk
diff --git a/protocols/luci-proto-ipv6/Makefile b/protocols/luci-proto-ipv6/Makefile
index ac81d2abe0..edee5705bc 100644
--- a/protocols/luci-proto-ipv6/Makefile
+++ b/protocols/luci-proto-ipv6/Makefile
@@ -10,6 +10,7 @@ LUCI_TITLE:=Support for DHCPv6/6in4/6to4/6rd/DS-Lite/IPIP6
LUCI_DEPENDS:=@IPV6
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
include ../../luci.mk
diff --git a/protocols/luci-proto-mbim/Makefile b/protocols/luci-proto-mbim/Makefile
index 3716f4b7b0..fcb994a165 100644
--- a/protocols/luci-proto-mbim/Makefile
+++ b/protocols/luci-proto-mbim/Makefile
@@ -10,6 +10,7 @@ LUCI_TITLE:=Support for MBIM
LUCI_DEPENDS:=+umbim
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Howard Chu <hyc@symas.com>
include ../../luci.mk
diff --git a/protocols/luci-proto-modemmanager/Makefile b/protocols/luci-proto-modemmanager/Makefile
index d45954a90d..b4eaa60969 100644
--- a/protocols/luci-proto-modemmanager/Makefile
+++ b/protocols/luci-proto-modemmanager/Makefile
@@ -10,6 +10,7 @@ LUCI_TITLE:=Support for ModemManager
LUCI_DEPENDS:=+modemmanager
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Nicholas Smith <nicholas@nbembedded.com>
include ../../luci.mk
diff --git a/protocols/luci-proto-ncm/Makefile b/protocols/luci-proto-ncm/Makefile
index 063b934e74..5c85980ebc 100644
--- a/protocols/luci-proto-ncm/Makefile
+++ b/protocols/luci-proto-ncm/Makefile
@@ -10,6 +10,7 @@ LUCI_TITLE:=Support for NCM
LUCI_DEPENDS:=+comgt-ncm
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
include ../../luci.mk
diff --git a/protocols/luci-proto-openconnect/Makefile b/protocols/luci-proto-openconnect/Makefile
index 1b9232baa8..de821b588b 100644
--- a/protocols/luci-proto-openconnect/Makefile
+++ b/protocols/luci-proto-openconnect/Makefile
@@ -10,6 +10,7 @@ LUCI_TITLE:=Support for OpenConnect VPN
LUCI_DEPENDS:=+openconnect +luci-lua-runtime
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
include ../../luci.mk
diff --git a/protocols/luci-proto-openfortivpn/Makefile b/protocols/luci-proto-openfortivpn/Makefile
index 8bcdd5dd62..b4c7795129 100644
--- a/protocols/luci-proto-openfortivpn/Makefile
+++ b/protocols/luci-proto-openfortivpn/Makefile
@@ -10,6 +10,7 @@ LUCI_TITLE:=Support for OpenFortivpn
LUCI_DEPENDS:=+openfortivpn +luci-lua-runtime
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Aaron Goodman <aaronjg@stanford.edu>
include ../../luci.mk
diff --git a/protocols/luci-proto-ppp/Makefile b/protocols/luci-proto-ppp/Makefile
index dd1859ef54..7b60403d88 100644
--- a/protocols/luci-proto-ppp/Makefile
+++ b/protocols/luci-proto-ppp/Makefile
@@ -7,9 +7,9 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Support for PPP/PPPoE/PPPoA/PPtP
-LUCI_DEPENDS:=
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
include ../../luci.mk
diff --git a/protocols/luci-proto-qmi/Makefile b/protocols/luci-proto-qmi/Makefile
index 07793a377d..23f2372790 100644
--- a/protocols/luci-proto-qmi/Makefile
+++ b/protocols/luci-proto-qmi/Makefile
@@ -10,6 +10,7 @@ LUCI_TITLE:=Support for QMI
LUCI_DEPENDS:=+uqmi
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=David Thornley <david.thornley@touchstargroup.com>
include ../../luci.mk
diff --git a/protocols/luci-proto-relay/Makefile b/protocols/luci-proto-relay/Makefile
index b543f85c47..0b12a50bd6 100644
--- a/protocols/luci-proto-relay/Makefile
+++ b/protocols/luci-proto-relay/Makefile
@@ -10,6 +10,7 @@ LUCI_TITLE:=Support for relayd pseudo bridges
LUCI_DEPENDS:=+relayd
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
include ../../luci.mk
diff --git a/protocols/luci-proto-sstp/Makefile b/protocols/luci-proto-sstp/Makefile
index cb552851b2..1ebcd83a62 100644
--- a/protocols/luci-proto-sstp/Makefile
+++ b/protocols/luci-proto-sstp/Makefile
@@ -11,6 +11,7 @@ LUCI_DEPENDS:=+sstp-client
LUCI_PKGARCH:=all
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Robert Koszewski <rkkoszewski@gmail.com>
include ../../luci.mk
diff --git a/protocols/luci-proto-unet/Makefile b/protocols/luci-proto-unet/Makefile
index b905d81439..c6cf56f497 100644
--- a/protocols/luci-proto-unet/Makefile
+++ b/protocols/luci-proto-unet/Makefile
@@ -11,6 +11,7 @@ LUCI_DEPENDS:=+unetd +unet-cli
LUCI_PKGARCH:=all
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Hannu Nyman <hannu.nyman@iki.fi>
include ../../luci.mk
diff --git a/protocols/luci-proto-vpnc/Makefile b/protocols/luci-proto-vpnc/Makefile
index 33222842a2..eb9197f141 100644
--- a/protocols/luci-proto-vpnc/Makefile
+++ b/protocols/luci-proto-vpnc/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Support for VPNC VPN
LUCI_DEPENDS:=+vpnc
-PKG_MAINTAINER:=Daniel Dickinson <openwrt@daniel.thecshore.com>
+PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile
index 6c5f80c975..e55cc6592e 100644
--- a/protocols/luci-proto-wireguard/Makefile
+++ b/protocols/luci-proto-wireguard/Makefile
@@ -11,6 +11,7 @@ LUCI_DEPENDS:=+wireguard-tools +ucode
LUCI_PKGARCH:=all
PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Dan Luedtke <mail@danrl.com>
include ../../luci.mk
diff --git a/protocols/luci-proto-yggdrasil/Makefile b/protocols/luci-proto-yggdrasil/Makefile
index 1025cb67ca..bc95e4b0bd 100644
--- a/protocols/luci-proto-yggdrasil/Makefile
+++ b/protocols/luci-proto-yggdrasil/Makefile
@@ -10,6 +10,7 @@ LUCI_TITLE:=Support for Yggdrasil Network
LUCI_DEPENDS:=+yggdrasil
LUCI_PKGARCH:=all
PKG_VERSION:=1.1.0
+PKG_MAINTAINER:=William Fleurant <meshnet@protonmail.com>
include ../../luci.mk