* Completed Firmware-Upgrade page
[project/luci.git] / contrib / uci / luci
index ba9ad47458f343a0bbc2dd97632f351035bb9ca3..9196d800044bf00f888ae13a8f6f90796780ee17 100644 (file)
@@ -4,6 +4,15 @@ config core main
         
 config core category_privileges
                option public nobody:nogroup
+               
+config extern flash_keep
+               option uci "/etc/config"
+               option dropbear "/etc/dropbear"
+               option openvpn "/etc/openvpn"
+               option passwd "/etc/passwd"
+               option ipkg "/etc/ipkg.conf"
+               option httpd "/etc/httpd.conf"
+               option firewall "/etc/firewall.user"
 
 config public contact
                option nickname
@@ -20,4 +29,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