1config BR2_PACKAGE_WSAPI_FCGI 2 bool "wsapi-fcgi" 3 depends on BR2_USE_MMU # fork() 4 select BR2_PACKAGE_LIBFCGI 5 select BR2_PACKAGE_WSAPI # runtime 6 help 7 WSAPI is an API that abstracts the web server from Lua web 8 applications. This is the rock that contains the FCGI module 9 lfcgi. 10 11 https://luarocks.org/modules/mascarenhas/wsapi-fcgi 12