1config BR2_PACKAGE_FCGIWRAP 2 bool "fcgiwrap" 3 depends on BR2_USE_MMU # libfcgi 4 select BR2_PACKAGE_LIBFCGI 5 help 6 fcgiwrap is a simple server for running CGI applications 7 over FastCGI. It hopes to provide clean CGI support to Nginx 8 (and other web servers that may need it). 9 10 https://github.com/gnosek/fcgiwrap 11