diff options
author | Brian J. Murrell <brian@interlinx.bc.ca> | 2020-03-13 05:42:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 05:42:11 -0400 |
commit | 70089cc212f92ee5660db69e32b10e552df3c1c5 (patch) | |
tree | 5cfb0404b4cd3e3fb6defe96a3431f8ebbae2df0 /applications/luci-app-mwan3/Makefile | |
parent | 134e2e8b09250d8495d0b1b5c1634266ecf67972 (diff) |
luci-app-mwan3: Remove unnecessary dependency
There is no need to depend on luci-app-firewall, so remove the dependency.
I have examined the code and cannot see any reason for the dependency
and I have built a router with luci-app-mwan3, and without firewall,
luci-app-firewall and it all functions just fine.
Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
Diffstat (limited to 'applications/luci-app-mwan3/Makefile')
-rw-r--r-- | applications/luci-app-mwan3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-mwan3/Makefile b/applications/luci-app-mwan3/Makefile index 50f87cd84..34823f9c3 100644 --- a/applications/luci-app-mwan3/Makefile +++ b/applications/luci-app-mwan3/Makefile @@ -7,7 +7,7 @@ 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-app-firewall +luci-lib-nixio +LUCI_DEPENDS:=+luci-compat +mwan3 +libuci-lua +luci-mod-admin-full +luci-lib-nixio LUCI_PKGARCH:=all PKG_LICENSE:=GPLv2 |