From 62a69249c27e2c9e1bde676848ea85e20a94bdf0 Mon Sep 17 00:00:00 2001 From: Bimal Jacob Date: Tue, 19 Jul 2016 09:10:35 -0500 Subject: [PATCH] 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 --- 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 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 -- 2.30.2