[Buildroot] [PATCH] nginx-upload: select BR2_PACKAGE_NGINX_HTTP

Matt Weber matthew.weber at rockwellcollins.com
Tue Jul 19 14:10:35 UTC 2016


From: Bimal Jacob <Bimal.Jacob at rockwellcollins.com>

Resolves:
http://autobuild.buildroot.net/results/64b/64b1bde02346ca67b670f0b095bd3acad707e8cd

Signed-off-by: Bimal Jacob <bimal.jacob at rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber at rockwellcollins.com>
---
 package/nginx-upload/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/nginx-upload/Config.in b/package/nginx-upload/Config.in
index b4ee71c..bd2d51f 100644
--- a/package/nginx-upload/Config.in
+++ b/package/nginx-upload/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_NGINX_UPLOAD
 	bool "nginx-upload"
 	select BR2_PACKAGE_OPENSSL
+	select BR2_PACKAGE_NGINX_HTTP
 	help
 	  A module for nginx web server for handling file uploads
 	  using multipart/form-data encoding (RFC 1867).
-- 
1.9.1



More information about the buildroot mailing list