luci-app-mwan3: Remove unnecessary dependency
authorBrian J. Murrell <brian@interlinx.bc.ca>
Fri, 13 Mar 2020 09:42:11 +0000 (05:42 -0400)
committerJo-Philipp Wich <jo@mein.io>
Sun, 24 May 2020 16:07:54 +0000 (18:07 +0200)
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>
(cherry picked from commit 70089cc212f92ee5660db69e32b10e552df3c1c5)

applications/luci-app-mwan3/Makefile

index 50f87cd84632f47c251d327c5ac9c5fb1574a0aa..34823f9c35020733ab1a640aeac3ece78896c446 100644 (file)
@@ -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