From: Fabrice Fontaine Date: Tue, 23 Jun 2020 21:27:26 +0000 (+0200) Subject: package/nginx: fix typo in stream split clients X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13532c0c9e55116760e5212c808793978fde584c;p=buildroot.git package/nginx: fix typo in stream split clients Commit 3e6b35900f4f4aed4fd11e0187a36a7f374271aa forgot to add a 's' to ngx_stream_split_client_module Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- diff --git a/package/nginx/Config.in b/package/nginx/Config.in index eba0d30329..6dba7e0ead 100644 --- a/package/nginx/Config.in +++ b/package/nginx/Config.in @@ -365,7 +365,7 @@ config BR2_PACKAGE_NGINX_STREAM_MAP_MODULE Enable ngx_stream_map_module config BR2_PACKAGE_NGINX_STREAM_SPLIT_CLIENTS_MODULE - bool "ngx_stream_split_client_module" + bool "ngx_stream_split_clients_module" default y help Enable ngx_stream_split_clients_module