summaryrefslogtreecommitdiffhomepage
path: root/libs/web/root
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-04 23:36:33 +0000
committerSteven Barth <steven@midlink.org>2008-08-04 23:36:33 +0000
commit9a63ad7c1066182458c6e35c4edb8f2308022b8c (patch)
treefecac8d12008ed8e509767ca8051b565e8fb527c /libs/web/root
parent78fb71f88177ac7e9234065a8bdbe8310ffa95ad (diff)
applications/luci-fw: Reworked to use the new native UCI-based firewall configuration
Diffstat (limited to 'libs/web/root')
-rw-r--r--libs/web/root/etc/config/luci6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci
index b02fb51f5..8382b5d28 100644
--- a/libs/web/root/etc/config/luci
+++ b/libs/web/root/etc/config/luci
@@ -19,15 +19,15 @@ config extern flash_keep
option firewall "/etc/firewall.user"
config event uci_oncommit
- option network "/sbin/luci-reload network firewall luci_fw dnsmasq"
- option wireless "/sbin/luci-reload network firewall luci_fw dnsmasq"
+ option network "/sbin/luci-reload network firewall dnsmasq"
+ option wireless "/sbin/luci-reload network firewall dnsmasq"
option olsr "/sbin/luci-reload olsrd"
option dhcp "/sbin/luci-reload dnsmasq"
option dropbear "/sbin/luci-reload dropbear"
option httpd "/sbin/luci-reload httpd"
option fstab "/sbin/luci-reload fstab"
option qos "/sbin/luci-reload qos"
- option luci_fw "/sbin/luci-reload luci_fw"
+ option firewall "/sbin/luci-reload firewall"
option luci_ethers "/sbin/luci-reload luci_ethers dnsmasq"
option luci_splash "/sbin/luci-reload luci_splash"
option upnpd "/etc/init.d/miniupnpd enabled && /sbin/luci-reload miniupnpd || /etc/init.d/miniupnpd stop"