diff options
Diffstat (limited to 'applications/luci-app-mwan3/Makefile')
-rw-r--r-- | applications/luci-app-mwan3/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/applications/luci-app-mwan3/Makefile b/applications/luci-app-mwan3/Makefile index f53fa13f0c..98c0293e05 100644 --- a/applications/luci-app-mwan3/Makefile +++ b/applications/luci-app-mwan3/Makefile @@ -6,17 +6,11 @@ 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_PKGARCH:=all +LUCI_TITLE:=LuCI support for the MWAN3 MultiWAN Manager +LUCI_DEPENDS:=+luci-base +mwan3 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 |