diff options
author | Florian Eckert <fe@dev.tdt.de> | 2021-07-02 15:23:39 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2021-07-09 08:38:11 +0200 |
commit | f5f6b3e4f8e3faed4e9c9926e283c9cf226d4bd8 (patch) | |
tree | e2718f194ede046a90274443f6b61198f35a0961 /applications/luci-app-mwan3/Makefile | |
parent | 12067c8308936abb567001650105b33bec9a56a9 (diff) |
luci-app-mwan3: convert to JS
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
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 |