From 6e7a1def8339e990e2c6324a1408866300d00361 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 2 Jul 2020 14:20:08 +0800 Subject: [PATCH] luci-base: fix luasrcdiet --- luci.mk | 2 +- modules/luci-base/root/www/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luci.mk b/luci.mk index 749e429f..a9f7ddf6 100644 --- a/luci.mk +++ b/luci.mk @@ -110,7 +110,7 @@ ifeq ($(PKG_NAME),luci-base) define Package/luci-base/config config LUCI_SRCDIET bool "Minify Lua sources" - default y + default n menu "Translations"$(foreach lang,$(LUCI_LANGUAGES), diff --git a/modules/luci-base/root/www/index.html b/modules/luci-base/root/www/index.html index 1fbc7fe1..59b0d848 100644 --- a/modules/luci-base/root/www/index.html +++ b/modules/luci-base/root/www/index.html @@ -6,6 +6,6 @@ -LuCI for PandoraBox +LuCI - Lua Configuration Interface