diff options
author | Steven Barth <steven@midlink.org> | 2008-04-08 19:15:11 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-08 19:15:11 +0000 |
commit | 30ca47c27a5e0fd4dd4538523d5ee5f16282494e (patch) | |
tree | fd368a0b4cda6c73fbe9f6c9793487aaa7939d36 /contrib/uci | |
parent | f341dfe91a766003a9333725e88823e2866fb3c8 (diff) |
* Completed Firmware-Upgrade page
* Added Dnsmasq configuration page
Diffstat (limited to 'contrib/uci')
-rw-r--r-- | contrib/uci/luci | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/uci/luci b/contrib/uci/luci index 46795cb43..9196d8000 100644 --- a/contrib/uci/luci +++ b/contrib/uci/luci @@ -5,8 +5,14 @@ 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 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 |