Spiegel von
https://git.openwrt.org/project/luci.git
synchronisiert 2025-01-18 23:45:02 +00:00
673f38246a
Move classes required for Lua runtime support into a new `luci-lua-runtime` package. Also replace the `luci.http` and `luci.util` classes in `luci-lib-base` with stubbed versions interacting with the ucode based runtime environment. Finally merge `luci-base-ucode` into the remainders of `luci-base`. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
9 Zeilen
170 B
Lua
9 Zeilen
170 B
Lua
-- Licensed to the public under the Apache License 2.0.
|
|
|
|
module "luci.version"
|
|
|
|
distname = "Host System"
|
|
distversion = "SDK"
|
|
|
|
luciname = "LuCI"
|
|
luciversion = "SVN"
|