summaryrefslogtreecommitdiffhomepage
path: root/contrib/uci/luci
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/uci/luci')
-rw-r--r--contrib/uci/luci22
1 files changed, 22 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