mirror of
https://github.com/openwrt/luci.git
synced 2025-04-09 01:04:43 +00:00
.github
applications
build
collections
contrib
docs
libs
modules
luci-base
luci-compat
luci-lua-runtime
luasrc
model
uci.lua
uci.luadoc
sys
view
cacheloader.lua
ccache.lua
config.lua
dispatcher.lua
i18n.lua
i18n.luadoc
store.lua
sys.lua
sys.luadoc
template.lua
ucodebridge.lua
version.lua
xml.lua
xml.luadoc
src
Makefile
luci-mod-admin-full
luci-mod-battstatus
luci-mod-dashboard
luci-mod-dsl
luci-mod-network
luci-mod-rpc
luci-mod-status
luci-mod-system
protocols
themes
.gitignore
CONTRIBUTING.md
LICENSE
NOTICE
README.md
jsdoc.conf.json
luci.mk
package.json
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>