diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-12 13:48:57 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-12 13:48:57 +0000 |
commit | 055daf2d504e684ec732640c35729d1e83b638b8 (patch) | |
tree | 1c15363278f6a554aaf8a5904ab47f5637683bfc /modules/base | |
parent | a9336da5c918e7ec2fd795ca8e4f48c16fe889e8 (diff) |
modules/base: readd missing /etc/config/luci
Diffstat (limited to 'modules/base')
-rw-r--r-- | modules/base/root/etc/config/luci | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/base/root/etc/config/luci b/modules/base/root/etc/config/luci new file mode 100644 index 000000000..c503a8f1e --- /dev/null +++ b/modules/base/root/etc/config/luci @@ -0,0 +1,24 @@ +config core main + option lang auto + option mediaurlbase /luci-static/openwrt.org + option resourcebase /luci-static/resources + +config extern flash_keep + option uci "/etc/config/" + option dropbear "/etc/dropbear/" + option openvpn "/etc/openvpn/" + option passwd "/etc/passwd" + option opkg "/etc/opkg.conf" + option firewall "/etc/firewall.user" + option uploads "/lib/uci/upload/" + +config internal languages + +config internal sauth + option sessionpath "/tmp/luci-sessions" + option sessiontime 3600 + +config internal ccache + option enable 1 + +config internal themes |