summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-03-13 11:24:10 +0100
committerGitHub <noreply@github.com>2020-03-13 11:24:10 +0100
commit270c5f04e2972a66423d62ac3507439da2b1fd58 (patch)
tree5cfb0404b4cd3e3fb6defe96a3431f8ebbae2df0
parent134e2e8b09250d8495d0b1b5c1634266ecf67972 (diff)
parent70089cc212f92ee5660db69e32b10e552df3c1c5 (diff)
Merge pull request #3751 from brianjmurrell/patch-2
luci-app-mwan3: Remove unnecessary dependency
-rw-r--r--applications/luci-app-mwan3/Makefile2
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