diff options
author | Steven Barth <steven@midlink.org> | 2008-03-26 20:55:14 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-26 20:55:14 +0000 |
commit | 68d142e79287e9b5e9f980f37b546070a38fc478 (patch) | |
tree | 8d165ffd6e50795b7f140efb0e7ed7f103d2e47d /contrib/ffluci.uci | |
parent | 5f9910566de7165f4bb0ee62bc3ace53c708a94e (diff) |
* CBI update
* Added some configuration pages
* Introduced contact site
* Introduced luci UCI config file
Diffstat (limited to 'contrib/ffluci.uci')
-rw-r--r-- | contrib/ffluci.uci | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/ffluci.uci b/contrib/ffluci.uci new file mode 100644 index 0000000000..ecd72f6ed3 --- /dev/null +++ b/contrib/ffluci.uci @@ -0,0 +1,20 @@ +config core main + option lang de + option mediaurlbase /ffluci/media + + +config public contact + option nickname - + option name - + option mail - + option phone - + option location - + option geo - + option note - + + +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 dhcp "/etc/init.d/dhcp restart"
\ No newline at end of file |