Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2021-11-04 05:01:43 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2022-01-06 16:03:57 +0300
commit48599d8d1dbb1f9f2777d74c2a873aa9c873b7eb (patch)
treeaab4307320af4e7bc1dd33974e12fa6c308e6e1b /applications/luci-app-firewall/Makefile
parentdc0ed9ca93c842d48613003e6f47b66c373e7148 (diff)
luci-app-firewall: initial firewall4 compatibility
Initial changes required for firewall4 compatibility: * depend on uc-firewall instead of firewall * detect installed version of firewall and hide incompatible features Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Reviewed-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-firewall/Makefile')
-rw-r--r--applications/luci-app-firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-firewall/Makefile b/applications/luci-app-firewall/Makefile
index 4fa85f2d5b..2e219d0096 100644
--- a/applications/luci-app-firewall/Makefile
+++ b/applications/luci-app-firewall/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Firewall and Portforwarding application
-LUCI_DEPENDS:=+firewall
+LUCI_DEPENDS:=+uci-firewall
PKG_LICENSE:=Apache-2.0