* Added configuration pages for Dropbear, HTTPd, Mount Points
[project/luci.git] / contrib / uci / luci
index ba9ad47458f343a0bbc2dd97632f351035bb9ca3..46795cb439a066caf97d1fb41db05600077f2136 100644 (file)
@@ -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