diff options
author | Steven Barth <steven@midlink.org> | 2008-04-22 14:37:20 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-22 14:37:20 +0000 |
commit | 7eb6eebf51c300d6e3f71faae520d461b6babe7d (patch) | |
tree | 8bcfb75a033f73514c73a24a1b94241cd0e8d2bc /core/contrib/uci | |
parent | 007b82885fbc8f8adf7dfe99c510f2d478e6fa59 (diff) |
* Fixed a bug in CBI throwing an error if a config section gets deleted
* Fixed automatic restart of olsrd while applying OLSR configuration
Diffstat (limited to 'core/contrib/uci')
-rw-r--r-- | core/contrib/uci/luci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/contrib/uci/luci b/core/contrib/uci/luci index 7cc08215af..10a05bdeea 100644 --- a/core/contrib/uci/luci +++ b/core/contrib/uci/luci @@ -17,7 +17,7 @@ config extern flash_keep config event uci_oncommit option network "/etc/init.d/network restart" option wireless "/etc/init.d/network restart" - option olsrd "/etc/init.d/olsrd restart" + option olsr "/etc/init.d/olsrd restart" option dhcp "/etc/init.d/dnsmasq restart" option luci_fw "/etc/init.d/luci_fw restart" option dropbear "/etc/init.d/dropbear restart" |