aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-03-10 10:20:00 +0200
committerGitHub <noreply@github.com>2017-03-10 10:20:00 +0200
commit67ab0221a5de1255d9da57ebcdfe252bd475bbd2 (patch)
treef08278cdb36d6f12daeac7f30653c747e8dfb2c5
parent724cc5251faabab0facf20dd5259a9630f88c2f3 (diff)
parentec3349a8a48dd02fbb6d10deb4a2655405b20bca (diff)
Merge pull request #4122 from TDT-GmbH/mwan3_add_co_maintainer
net/mwan3: add me as co maintainer
-rw-r--r--net/mwan3/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/mwan3/Makefile b/net/mwan3/Makefile
index 01f9e07f6..328c2d0e9 100644
--- a/net/mwan3/Makefile
+++ b/net/mwan3/Makefile
@@ -9,8 +9,9 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mwan3
PKG_VERSION:=2.0
-PKG_RELEASE:=3
-PKG_MAINTAINER:=Jeroen Louwes <jeroen.louwes@gmail.com>
+PKG_RELEASE:=4
+PKG_MAINTAINER:=Jeroen Louwes <jeroen.louwes@gmail.com>, \
+ Florian Eckert <fe@dev.tdt.de>
PKG_LICENSE:=GPLv2
include $(INCLUDE_DIR)/package.mk
@@ -21,7 +22,8 @@ define Package/mwan3
SUBMENU:=Routing and Redirection
DEPENDS:=+ip +ipset +iptables +iptables-mod-conntrack-extra +iptables-mod-ipopt
TITLE:=Multiwan hotplug script with connection tracking support
- MAINTAINER:=Jeroen Louwes <jeroen.louwes@gmail.com>
+ MAINTAINER:=Jeroen Louwes <jeroen.louwes@gmail.com>, \
+ Florian Eckert <fe@dev.tdt.de>
PKGARCH:=all
endef