[Buildroot] [git commit] nginx-upload: depends on BR2_PACKAGE_NGINX_HTTP

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jul 19 21:17:29 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=62a69249c27e2c9e1bde676848ea85e20a94bdf0
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:

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

Signed-off-by: Bimal Jacob <bimal.jacob at rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber at rockwellcollins.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
[Thomas: use depends on rather than select.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.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..6bc1c3d 100644
--- a/package/nginx-upload/Config.in
+++ b/package/nginx-upload/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NGINX_UPLOAD
 	bool "nginx-upload"
+	depends on BR2_PACKAGE_NGINX_HTTP
 	select BR2_PACKAGE_OPENSSL
 	help
 	  A module for nginx web server for handling file uploads


More information about the buildroot mailing list