diff options
author | Steven Barth <steven@midlink.org> | 2008-05-31 08:04:49 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-31 08:04:49 +0000 |
commit | 2623e2880c69e5e19891ad06759dcbb8ad62f91b (patch) | |
tree | eaf893bff49979028a11f3624ccb5914a07bf633 /libs/web/root | |
parent | 464f6ed4566f6711bf5a3fa28d780cb8d71c0014 (diff) |
* Core translation part 1
* Introduced new default theme "OpenWRT.org"
* Minor tweaks
Diffstat (limited to 'libs/web/root')
-rw-r--r-- | libs/web/root/etc/config/luci | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index 701c93938..5fefe5b27 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -1,33 +1,33 @@ config core main option lang de - option mediaurlbase /luci-static/fledermaus + option mediaurlbase /luci-static/openwrt.org option resourcebase /luci-static/resources config core brand - option title "OpenWRT Kamikaze" - option subtitle Freifunkedition - option firmware "OpenWRT Kamikaze" - option distro "Freifunk Firmware 2.x" + option title "OpenWRT Kamikaze" + option subtitle "Lua Configuration Interface" + option firmware "OpenWRT Kamikaze" + option distro "Development Snapshot" config extern flash_keep - option uci "/etc/config" + option uci "/etc/config" option dropbear "/etc/dropbear" option openvpn "/etc/openvpn" option passwd "/etc/passwd" - option ipkg "/etc/ipkg.conf" + option ipkg "/etc/ipkg.conf" option httpd "/etc/httpd.conf" option firewall "/etc/firewall.user" config event uci_oncommit option network "/etc/init.d/network restart" option wireless "/etc/init.d/network restart" - option olsr "/sbin/reboot" - option dhcp "/etc/init.d/dnsmasq restart" + option olsr "/etc/init.d/olsrd restart" + option dhcp "/etc/init.d/dnsmasq restart" 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" - option qos "/etc/init.d/qos restart" + option qos "/etc/init.d/qos restart" option luci_splash "/etc/init.d/luci_splash restart" option freifunk "/etc/init.d/luci_freifunk restart" @@ -36,4 +36,5 @@ config internal languages option en "English" config internal themes + option OpenWRT "/luci-static/openwrt.org" option Fledermaus "/luci-static/fledermaus" |