package/nginx: fix typo in stream split clients

Commit 3e6b35900f forgot to add a 's' to
ngx_stream_split_client_module

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020.08.x
Fabrice Fontaine 2020-06-23 23:27:26 +02:00 committed by Yann E. MORIN
parent d75c7c4b1b
commit 13532c0c9e
1 changed files with 1 additions and 1 deletions

View File

@ -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