summaryrefslogtreecommitdiff
path: root/Config.in.legacy
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 /Config.in.legacy
parent851376149380a47cc34d34227f7333a576e3cd72 (diff)
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 'Config.in.legacy')
-rw-r--r--Config.in.legacy10
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 5317dde98..897a6d2bb 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,16 @@ endif
###############################################################################
comment "Legacy options removed in 2016.05"
+config BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE
+ bool "nginx http spdy module removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_NGINX_HTTP_V2_MODULE
+ help
+ The ngx_http_spdy_module has been superseded by the
+ ngx_http_v2_module since nginx v1.9.5. The
+ ngx_http_v2_module modules has been automatically selected
+ in your configuration.
+
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP
bool "gst1-plugins-bad rtp plugin moved to good"
select BR2_LEGACY