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

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