1config BR2_PACKAGE_LUA_SAILOR 2 bool "lua-sailor" 3 select BR2_PACKAGE_CGILUA # runtime 4 select BR2_PACKAGE_LBASE64 # runtime 5 select BR2_PACKAGE_LUA_DATAFILE # runtime 6 select BR2_PACKAGE_LUA_VALUA # runtime 7 select BR2_PACKAGE_LUAFILESYSTEM # runtime 8 select BR2_PACKAGE_WSAPI_XAVANTE # runtime 9 select BR2_PACKAGE_XAVANTE # runtime 10 help 11 Sailor is a web framework written in Lua that follows the MVC 12 design pattern. 13 14 http://sailorproject.org/ 15