summaryrefslogtreecommitdiffstats
path: root/package/xavante/Config.in
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-12-19 09:17:05 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-31 17:43:45 +0100
commitb5e6ef1fbb7a42aa4617208ceb053bf46e7b7965 (patch)
tree0577ef5005224396ebe4d09c128dc09e4394a8a2 /package/xavante/Config.in
parent95176657e57e54671344cc6cc61249780100aef2 (diff)
downloadbuildroot-b5e6ef1fbb7a42aa4617208ceb053bf46e7b7965.tar.gz
buildroot-b5e6ef1fbb7a42aa4617208ceb053bf46e7b7965.zip
package/lua*: regeneration of Config.in
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>
Diffstat (limited to 'package/xavante/Config.in')
-rw-r--r--package/xavante/Config.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/xavante/Config.in b/package/xavante/Config.in
index d66ca1f0ae..209ec2d2c6 100644
--- a/package/xavante/Config.in
+++ b/package/xavante/Config.in
@@ -1,9 +1,8 @@
config BR2_PACKAGE_XAVANTE
bool "xavante"
- # Runtime dependency only
- select BR2_PACKAGE_COPAS
- select BR2_PACKAGE_LUAFILESYSTEM
- select BR2_PACKAGE_LUASOCKET
+ select BR2_PACKAGE_COPAS # runtime
+ select BR2_PACKAGE_LUAFILESYSTEM # runtime
+ select BR2_PACKAGE_LUASOCKET # runtime
help
Xavante is a Lua HTTP 1.1 Web server that uses a modular
architecture based on URI mapped handlers. Xavante currently
@@ -11,4 +10,4 @@ config BR2_PACKAGE_XAVANTE
Those are used for general files, URI remapping and WSAPI
applications respectively.
- http://keplerproject.github.com/xavante/
+ http://keplerproject.github.io/xavante
OpenPOWER on IntegriCloud