lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 67ab0221a5de1255d9da57ebcdfe252bd475bbd2
parent 724cc5251faabab0facf20dd5259a9630f88c2f3
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Fri, 10 Mar 2017 10:20:00 +0200

Merge pull request #4122 from TDT-GmbH/mwan3_add_co_maintainer

net/mwan3: add me as co maintainer
Diffstat:
Mnet/mwan3/Makefile | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 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