Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nginx-upload: depends on BR2_PACKAGE_NGINX_HTTP | Bimal Jacob | 2016-07-19 | 1 | -0/+1 |
| | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/64b1bde02346ca67b670f0b095bd3acad707e8cd Signed-off-by: Bimal Jacob <bimal.jacob@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [Thomas: use depends on rather than select.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | nginx-upload: new package | Bimal Jacob | 2016-07-15 | 1 | -0/+8 |
A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867). Signed-off-by: Bimal Jacob <bimal.jacob@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> [Thomas: - rename from nginx-upload-module to nginx-upload. Indeed, we don't want all nginx modules to be suffixed with "-module" - include the module Config.in file directly from package/Config.in, like we do for Python, Perl, Lua or TCL modules.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |