diff options
author | Bimal Jacob <Bimal.Jacob@rockwellcollins.com> | 2016-07-19 09:10:35 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-19 23:17:29 +0200 |
commit | 62a69249c27e2c9e1bde676848ea85e20a94bdf0 (patch) | |
tree | 62d163eb6fcc077ca4c5eb51ff1bd402cc85ddb0 /package/nginx-upload | |
parent | c5a55f79c0ca5fc1a649e69b15cadb1ce5a74c14 (diff) | |
download | buildroot-62a69249c27e2c9e1bde676848ea85e20a94bdf0.tar.gz buildroot-62a69249c27e2c9e1bde676848ea85e20a94bdf0.zip |
nginx-upload: depends on BR2_PACKAGE_NGINX_HTTP
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>
Diffstat (limited to 'package/nginx-upload')
-rw-r--r-- | package/nginx-upload/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |