From 184f13334f470141420a189220dd3b951aac4480 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 31 Mar 2008 22:24:32 +0000 Subject: * Fixed haserl-lua Makefile * Fixed a bug in CBI that occured when target UCI is empty * Added frontend for port forwarding / firewall pages --- contrib/uci/luci | 22 ++++++++++++++++++++++ contrib/uci/luci_fw | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 contrib/uci/luci create mode 100644 contrib/uci/luci_fw (limited to 'contrib/uci') 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 -- cgit v1.2.3