summaryrefslogtreecommitdiffstats
path: root/package/nginx/Config.in
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2016-05-03 10:36:54 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-05 22:23:34 +0200
commit4dfc2cb5fe0cba3d0b6624976a936f97a9613dd0 (patch)
tree773f235edf2802217176ad912e6e58894dc50b93 /package/nginx/Config.in
parent851376149380a47cc34d34227f7333a576e3cd72 (diff)
downloadbuildroot-4dfc2cb5fe0cba3d0b6624976a936f97a9613dd0.tar.gz
buildroot-4dfc2cb5fe0cba3d0b6624976a936f97a9613dd0.zip
package/nginx: bump version to 1.10.0
The ngx_http_spdy_module has been superseded by the ngx_http_v2_module so BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE has changed to BR2_PACKAGE_NGINX_HTTP_V2_MODULE Signed-off-by: Martin Bark <martin@barkynet.com> [Thomas: rewrap Config.in.legacy help text.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nginx/Config.in')
-rw-r--r--package/nginx/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nginx/Config.in b/package/nginx/Config.in
index be445f4f6c..0c39a635d8 100644
--- a/package/nginx/Config.in
+++ b/package/nginx/Config.in
@@ -36,8 +36,8 @@ config BR2_PACKAGE_NGINX_HTTP_SSL_MODULE
help
Enable ngx_http_ssl_module
-config BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE
- bool "ngx_http_spdy_module"
+config BR2_PACKAGE_NGINX_HTTP_V2_MODULE
+ bool "ngx_http_v2_module"
select BR2_PACKAGE_ZLIB
help
Enable ngx_http_spdy_module
OpenPOWER on IntegriCloud