diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-06 11:11:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-06 11:11:37 +0300 |
commit | a33dfdd67c6784b317af300409dd1fe1a969c7be (patch) | |
tree | e559354ee5273be954ac63467498f8c239fe2062 /applications/luci-app-mwan3/Makefile | |
parent | d3fc9b2a37ada259614d5d7dda767632b43f7f33 (diff) | |
parent | 71f2f045b2b3b1a738d759ff694c5b041176417e (diff) |
Merge pull request #1094 from TDT-GmbH/luci-app-mwan3-update
luci-app-mwan3: update interfaceconfig page with new params
Diffstat (limited to 'applications/luci-app-mwan3/Makefile')
-rw-r--r-- | applications/luci-app-mwan3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-app-mwan3/Makefile b/applications/luci-app-mwan3/Makefile index 758ec90a0..d65cd3af1 100644 --- a/applications/luci-app-mwan3/Makefile +++ b/applications/luci-app-mwan3/Makefile @@ -11,7 +11,8 @@ LUCI_DEPENDS:=+mwan3 +luci-mod-admin-full +luci-app-firewall +luci-lib-nixio LUCI_PKGARCH:=all PKG_LICENSE:=GPLv2 -PKG_MAINTAINER:=Aedan Renner <chipdankly@gmail.com> +PKG_MAINTAINER:=Aedan Renner <chipdankly@gmail.com> \ + Florian Eckert <fe@dev.tdt.de> include ../../luci.mk |