mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-07 07:06:41 +08:00
luci-base: fix luasrcdiet
This commit is contained in:
parent
7983ef99fe
commit
6e7a1def83
2
luci.mk
2
luci.mk
@ -110,7 +110,7 @@ ifeq ($(PKG_NAME),luci-base)
|
|||||||
define Package/luci-base/config
|
define Package/luci-base/config
|
||||||
config LUCI_SRCDIET
|
config LUCI_SRCDIET
|
||||||
bool "Minify Lua sources"
|
bool "Minify Lua sources"
|
||||||
default y
|
default n
|
||||||
|
|
||||||
menu "Translations"$(foreach lang,$(LUCI_LANGUAGES),
|
menu "Translations"$(foreach lang,$(LUCI_LANGUAGES),
|
||||||
|
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
<meta http-equiv="refresh" content="0; URL=/cgi-bin/luci" />
|
<meta http-equiv="refresh" content="0; URL=/cgi-bin/luci" />
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color: white">
|
<body style="background-color: white">
|
||||||
<a style="color: black; font-family: arial, helvetica, sans-serif;" href="/cgi-bin/luci">LuCI for PandoraBox</a>
|
<a style="color: black; font-family: arial, helvetica, sans-serif;" href="/cgi-bin/luci">LuCI - Lua Configuration Interface</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user