[Buildroot] [PATCH 1/1] package/nginx: fix typo in stream split clients

Fabrice Fontaine fontaine.fabrice at gmail.com
Tue Jun 23 21:27:26 UTC 2020


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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at 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



More information about the buildroot mailing list