From: Bimal Jacob Date: Tue, 19 Jul 2016 14:10:35 +0000 (-0500) Subject: nginx-upload: depends on BR2_PACKAGE_NGINX_HTTP X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62a69249c27e2c9e1bde676848ea85e20a94bdf0;p=buildroot.git nginx-upload: depends on BR2_PACKAGE_NGINX_HTTP Fixes: http://autobuild.buildroot.net/results/64b1bde02346ca67b670f0b095bd3acad707e8cd Signed-off-by: Bimal Jacob Signed-off-by: Matt Weber Reviewed-by: "Yann E. MORIN" [Thomas: use depends on rather than select.] Signed-off-by: Thomas Petazzoni --- diff --git a/package/nginx-upload/Config.in b/package/nginx-upload/Config.in index b4ee71caba..6bc1c3dbdd 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