diff options
author | Steven Barth <steven@midlink.org> | 2008-08-05 12:58:20 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-05 12:58:20 +0000 |
commit | 2755a46c4db548cbceafcfcdfa67d476b9c0a1c5 (patch) | |
tree | 99ac020b5413285b1d66cdf7f6db01a0a7e82eed /libs/web/root/etc | |
parent | a0d4bfceb5bc4172bea118a5941d5d3d1bfc0664 (diff) |
applications/luci-splash: Updated to work with new UCI firewall
Diffstat (limited to 'libs/web/root/etc')
-rw-r--r-- | libs/web/root/etc/config/luci | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index 8382b5d28..4aec08049 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -19,17 +19,17 @@ config extern flash_keep option firewall "/etc/firewall.user" config event uci_oncommit - option network "/sbin/luci-reload network firewall dnsmasq" - option wireless "/sbin/luci-reload network firewall dnsmasq" + option network "/sbin/luci-reload network firewall dnsmasq luci_splash" + option wireless "/sbin/luci-reload network firewall dnsmasq luci_splash" 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 firewall "/sbin/luci-reload firewall" + option firewall "/sbin/luci-reload firewall luci_splash" option luci_ethers "/sbin/luci-reload luci_ethers dnsmasq" - option luci_splash "/sbin/luci-reload luci_splash" + option luci_splash "/sbin/luci-reload firewall luci_splash" option upnpd "/etc/init.d/miniupnpd enabled && /sbin/luci-reload miniupnpd || /etc/init.d/miniupnpd stop" option ntpclient "/sbin/luci-reload ntpclient" |