diff options
author | Steven Barth <steven@midlink.org> | 2008-09-06 13:51:51 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-06 13:51:51 +0000 |
commit | dbde0216c29148520226a96a57be20ceb2406f45 (patch) | |
tree | b2db4607952c7361f3f4e093e93b126210da0a76 /libs/web | |
parent | 8e00d27ae72245aa26feebfcf5cc0338ba1167d0 (diff) |
Rewrote UCI apply logic
Diffstat (limited to 'libs/web')
-rw-r--r-- | libs/web/root/etc/config/luci | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index 8b222aaaa..f78fbb02b 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -17,24 +17,7 @@ config extern flash_keep option ipkg "/etc/ipkg.conf" option httpd "/etc/httpd.conf" option firewall "/etc/firewall.user" - -config event uci_oncommit - 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 system "/sbin/luci-reload led" - option firewall "/sbin/luci-reload firewall luci_splash" - option luci_ethers "/sbin/luci-reload luci_ethers dnsmasq" - 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" - option samba "/sbin/luci-reload samba" - + config internal languages config internal sauth |