summaryrefslogtreecommitdiffhomepage
path: root/contrib/uci
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-04-07 21:01:39 +0000
committerSteven Barth <steven@midlink.org>2008-04-07 21:01:39 +0000
commitf341dfe91a766003a9333725e88823e2866fb3c8 (patch)
tree3596ea31d97ff8c730c5805f2f4d16641b6456cd /contrib/uci
parent9de2f0d5918a0fb2b6d73fb8bcf9db1c9f9cc745 (diff)
* Added configuration pages for Dropbear, HTTPd, Mount Points
* Reorganized menu structure * Prepare firmware upgrade mechanism
Diffstat (limited to 'contrib/uci')
-rw-r--r--contrib/uci/luci8
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/uci/luci b/contrib/uci/luci
index ba9ad4745..46795cb43 100644
--- a/contrib/uci/luci
+++ b/contrib/uci/luci
@@ -4,6 +4,9 @@ config core main
config core category_privileges
option public nobody:nogroup
+
+config extern flash
+ option keep "/etc/config /etc/dropbear /etc/openvpn /etc/passwd /etc/ipkg.conf /etc/httpd.conf /etc/firewall.user"
config public contact
option nickname
@@ -20,4 +23,7 @@ config event uci_oncommit
option wireless "/etc/init.d/network restart"
option olsrd "/etc/init.d/olsrd restart"
option dhcp "/etc/init.d/dhcp restart"
- option luci_fw "/etc/init.d/luci_fw restart" \ No newline at end of file
+ option luci_fw "/etc/init.d/luci_fw restart"
+ option dropbear "/etc/init.d/dropbear restart"
+ option httpd "/etc/init.d/httpd restart"
+ option fstab "/etc/init.d/fstab restart" \ No newline at end of file