luci-base: move some generic classes into a separate luci-base-libs package
authorSven Roederer <redacted>
Mon, 1 Jul 2019 19:52:07 +0000 (21:52 +0200)
committerJo-Philipp Wich <redacted>
Sun, 19 Jul 2020 18:14:22 +0000 (20:14 +0200)
commit8b8d83e42dd3d10d82e29a8614a7b3e3e94b16c6
tree5e4009d43428da534cb231e91c68dd4eb2b3a258
parent3b2a1e9e1129e77c4ebd5e7ace35653969f2d515
luci-base: move some generic classes into a separate luci-base-libs package

The new package luci-base-libs provides the modules that not strictly relate
to the web-interface of luci. By separating these libs they can be used by
other packages without having to install the web-components.
This change was inspired by providing a shell-only interface for 4MB-flash
devices, by keeping as much code common with a full install.

Signed-off-by: Sven Roederer <redacted>
libs/luci-lib-base/Makefile [new file with mode: 0644]
libs/luci-lib-base/luasrc/debug.lua [moved from modules/luci-base/luasrc/debug.lua with 100% similarity]
libs/luci-lib-base/luasrc/http.lua [moved from modules/luci-base/luasrc/http.lua with 100% similarity]
libs/luci-lib-base/luasrc/http.luadoc [moved from modules/luci-base/luasrc/http.luadoc with 100% similarity]
libs/luci-lib-base/luasrc/ltn12.lua [moved from modules/luci-base/luasrc/ltn12.lua with 100% similarity]
libs/luci-lib-base/luasrc/util.lua [moved from modules/luci-base/luasrc/util.lua with 100% similarity]
libs/luci-lib-base/luasrc/util.luadoc [moved from modules/luci-base/luasrc/util.luadoc with 100% similarity]
libs/luci-lib-httpclient/Makefile
libs/luci-lib-httpprotoutils/Makefile
git clone https://git.99rst.org/PROJECT