1config BR2_PACKAGE_NGINX_UPLOAD
2	bool "nginx-upload"
3	depends on BR2_PACKAGE_NGINX_HTTP
4	select BR2_PACKAGE_OPENSSL
5	help
6	  A module for nginx web server for handling file uploads
7	  using multipart/form-data encoding (RFC 1867).
8
9	  https://github.com/vkholodkov/nginx-upload-module
10