From 874aae2bec66276e83665eadc1c9dcae8e21f950 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 5 Apr 2026 13:57:38 +0200 Subject: [PATCH] package/luvi: update help text Buildroot commit 00317f0aff243986983650671fd220ab040af50f switched the package from pcre to pcre2 but forgot update the Kconfig help text. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain (cherry picked from commit 60a95e04d434ff31366a987df0e635fbd9400876) Signed-off-by: Thomas Perale --- package/luvi/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/luvi/Config.in b/package/luvi/Config.in index 19d3307f12..04163141b0 100644 --- a/package/luvi/Config.in +++ b/package/luvi/Config.in @@ -21,7 +21,7 @@ config BR2_PACKAGE_LUVI The luvi core can be extended with several Lua modules by adding its bundled Lua binding libraries. To get the Lua module... - * 'rex' select PCRE (BR2_PACKAGE_PCRE) + * 'rex' select PCRE2 (BR2_PACKAGE_PCRE2) * 'ssl' select OpenSSL (BR2_PACKAGE_OPENSSL) * 'zlib' select zlib (BR2_PACKAGE_ZLIB)