diff options
author | Steven Barth <steven@midlink.org> | 2008-03-31 22:24:32 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-31 22:24:32 +0000 |
commit | 184f13334f470141420a189220dd3b951aac4480 (patch) | |
tree | a110745e118b4970362599e8b45272506f67f9ba /contrib/uci | |
parent | 746fdf6b472e72cb01b0c3510cc3eb04be1237b7 (diff) |
* Fixed haserl-lua Makefile
* Fixed a bug in CBI that occured when target UCI is empty
* Added frontend for port forwarding / firewall pages
Diffstat (limited to 'contrib/uci')
-rw-r--r-- | contrib/uci/luci | 22 | ||||
-rw-r--r-- | contrib/uci/luci_fw | 2 |
2 files changed, 24 insertions, 0 deletions
diff --git a/contrib/uci/luci b/contrib/uci/luci new file mode 100644 index 000000000..640faf170 --- /dev/null +++ b/contrib/uci/luci @@ -0,0 +1,22 @@ +config core main + option lang de + option mediaurlbase /ffluci/media + +config core category_privileges + option public nobody:nogroup + +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 diff --git a/contrib/uci/luci_fw b/contrib/uci/luci_fw new file mode 100644 index 000000000..c7dec7f2c --- /dev/null +++ b/contrib/uci/luci_fw @@ -0,0 +1,2 @@ + +
\ No newline at end of file |