diff options
Diffstat (limited to 'applications/luci-app-mwan3/Makefile')
-rw-r--r-- | applications/luci-app-mwan3/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/applications/luci-app-mwan3/Makefile b/applications/luci-app-mwan3/Makefile index f53fa13f0c..8edba3ccd5 100644 --- a/applications/luci-app-mwan3/Makefile +++ b/applications/luci-app-mwan3/Makefile @@ -6,17 +6,12 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=LuCI support for the MWAN3 multiwan hotplug script -LUCI_DEPENDS:=+luci-compat \ - +mwan3 \ - +libuci-lua \ - +luci-mod-admin-full \ - +luci-lib-nixio +LUCI_TITLE:=LuCI support for the MWAN3 MultiWAN Manager +LUCI_DEPENDS:=+mwan3 LUCI_PKGARCH:=all PKG_LICENSE:=GPLv2 -PKG_MAINTAINER:=Aedan Renner <chipdankly@gmail.com> \ - Florian Eckert <fe@dev.tdt.de> +PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de> include ../../luci.mk |