Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-25 | luci.mk: automatically depend on luci-lua-runtime | Jo-Philipp Wich | |
Make packages having a non-empty luasrc/ directory automatically depend on the LuCI Lua runtime package. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2022-10-25 | treewide: separate Lua runtime resources | Jo-Philipp Wich | |
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> |