luci-base: move some generic classes into a separate luci-base-libs package
authorSven Roederer <freifunk@it-solutions.geroedel.de>
Mon, 1 Jul 2019 19:52:07 +0000 (21:52 +0200)
committerJo-Philipp Wich <jo@mein.io>
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 <freifunk@it-solutions.geroedel.de>
15 files changed:
libs/luci-lib-base/Makefile [new file with mode: 0644]
libs/luci-lib-base/luasrc/debug.lua [new file with mode: 0644]
libs/luci-lib-base/luasrc/http.lua [new file with mode: 0644]
libs/luci-lib-base/luasrc/http.luadoc [new file with mode: 0644]
libs/luci-lib-base/luasrc/ltn12.lua [new file with mode: 0644]
libs/luci-lib-base/luasrc/util.lua [new file with mode: 0644]
libs/luci-lib-base/luasrc/util.luadoc [new file with mode: 0644]
libs/luci-lib-httpclient/Makefile
libs/luci-lib-httpprotoutils/Makefile
modules/luci-base/luasrc/debug.lua [deleted file]
modules/luci-base/luasrc/http.lua [deleted file]
modules/luci-base/luasrc/http.luadoc [deleted file]
modules/luci-base/luasrc/ltn12.lua [deleted file]
modules/luci-base/luasrc/util.lua [deleted file]
modules/luci-base/luasrc/util.luadoc [deleted file]