Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/nginx: fix typo in stream split clients
@ 2020-06-23 21:27 Fabrice Fontaine
  2020-06-23 21:32 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-06-23 21:27 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/nginx/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/nginx/Config.in b/package/nginx/Config.in
index 1cf6d41248..714ab2431d 100644
--- a/package/nginx/Config.in
+++ b/package/nginx/Config.in
@@ -381,7 +381,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
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/nginx: fix typo in stream split clients
  2020-06-23 21:27 [Buildroot] [PATCH 1/1] package/nginx: fix typo in stream split clients Fabrice Fontaine
@ 2020-06-23 21:32 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2020-06-23 21:32 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2020-06-23 23:27 +0200, Fabrice Fontaine spake thusly:
> Commit 3e6b35900f4f4aed4fd11e0187a36a7f374271aa forgot to add a 's' to
> ngx_stream_split_client_module
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/nginx/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/nginx/Config.in b/package/nginx/Config.in
> index 1cf6d41248..714ab2431d 100644
> --- a/package/nginx/Config.in
> +++ b/package/nginx/Config.in
> @@ -381,7 +381,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
> -- 
> 2.26.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-23 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-23 21:27 [Buildroot] [PATCH 1/1] package/nginx: fix typo in stream split clients Fabrice Fontaine
2020-06-23 21:32 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox