From 3a72402097f799063a68194b8ae75b617258b192 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 29 Oct 2008 18:58:50 +0000 Subject: [PATCH] * luci-0.8: fix luci config --- libs/web/root/etc/config/luci | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index bb90bde81..e3e07beda 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -4,10 +4,10 @@ config core main option resourcebase /luci-static/resources config core brand - option title "OpenWRT Kamikaze" + option title "OpenWrt Kamikaze" option subtitle "Lua Configuration Interface" - option firmware "OpenWRT Kamikaze" - option distro "Development Snapshot" + option firmware "OpenWrt Kamikaze" + option distro "" config extern flash_keep option uci "/etc/config/" -- 2.25.1