mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
b5e6ef1fbb
This commit aligns the Config.in files of Lua packages so that they match with the output of the recently added Buildroot addon for Luarocks. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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
|