diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-04-28 19:51:03 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-05-05 12:13:26 +0200 |
commit | 4259b5ee1f324e47ac7b5699456aa99d73bd9965 (patch) | |
tree | 11613a3b2df64510995a059c2cd1a2e47ea202c8 | |
parent | 318d44fdf51dda4e00ef6d56b091767b6c7d2f25 (diff) |
luci-app-mwan3: pretify dependency list
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r-- | applications/luci-app-mwan3/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |