From: Florian Eckert Date: Tue, 28 Apr 2020 17:51:03 +0000 (+0200) Subject: luci-app-mwan3: pretify dependency list X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4259b5ee1f324e47ac7b5699456aa99d73bd9965;p=oweals%2Fluci.git luci-app-mwan3: pretify dependency list Signed-off-by: Florian Eckert --- diff --git a/applications/luci-app-mwan3/Makefile b/applications/luci-app-mwan3/Makefile index 34823f9c3..f53fa13f0 100644 --- a/applications/luci-app-mwan3/Makefile +++ b/applications/luci-app-mwan3/Makefile @@ -7,7 +7,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_DEPENDS:=+luci-compat \ + +mwan3 \ + +libuci-lua \ + +luci-mod-admin-full \ + +luci-lib-nixio LUCI_PKGARCH:=all PKG_LICENSE:=GPLv2