* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
9 lines
233 B
Plaintext
9 lines
233 B
Plaintext
config BR2_PACKAGE_CGILUA
|
|
bool "cgilua"
|
|
select BR2_PACKAGE_LUAFILESYSTEM # runtime
|
|
help
|
|
CGILua is a tool for creating dynamic HTML pages
|
|
and manipulating input data from Web forms.
|
|
|
|
http://keplerproject.github.com/cgilua
|