diff options
author | Steven Barth <steven@midlink.org> | 2008-08-04 23:36:33 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-04 23:36:33 +0000 |
commit | 9a63ad7c1066182458c6e35c4edb8f2308022b8c (patch) | |
tree | fecac8d12008ed8e509767ca8051b565e8fb527c /contrib | |
parent | 78fb71f88177ac7e9234065a8bdbe8310ffa95ad (diff) |
applications/luci-fw: Reworked to use the new native UCI-based firewall configuration
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index d5123aba0..0c06cd7cc 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -354,7 +354,7 @@ endef define Package/luci-app-firewall $(call Package/luci/webtemplate) - DEPENDS+=+luci-admin-core + DEPENDS+=+luci-admin-core +firewall TITLE:=Firewall and Portforwarding application endef |