summaryrefslogtreecommitdiffstats
path: root/package/xavante/Config.in
blob: 7a3535af37509b95cc650f28bdc1e87b0aa4bf24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_XAVANTE
	bool "xavante"
	depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
	select BR2_PACKAGE_CGILUA
	select BR2_PACKAGE_COPAS
	select BR2_PACKAGE_COXPCALL
	select BR2_PACKAGE_LUAFILESYSTEM
	select BR2_PACKAGE_LUASOCKET
	select BR2_PACKAGE_WSAPI
	help
	  Xavante is a Lua HTTP 1.1 Web server that uses a modular
	  architecture based on URI mapped handlers.

	  http://keplerproject.github.com/xavante/