From 9a63ad7c1066182458c6e35c4edb8f2308022b8c Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 4 Aug 2008 23:36:33 +0000 Subject: applications/luci-fw: Reworked to use the new native UCI-based firewall configuration --- libs/web/root/etc/config/luci | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/web/root') 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" -- cgit v1.2.3