package/luvi: update help text

Buildroot commit 00317f0aff switched the
package from pcre to pcre2 but forgot update the Kconfig help text.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 60a95e04d4)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Bernd Kuhls
2026-04-05 13:57:38 +02:00
committed by Thomas Perale
parent d8f459d4c2
commit d617c1bee9

View File

@@ -21,7 +21,7 @@ config BR2_PACKAGE_LUVI
The luvi core can be extended with several Lua modules by The luvi core can be extended with several Lua modules by
adding its bundled Lua binding libraries. adding its bundled Lua binding libraries.
To get the Lua module... To get the Lua module...
* 'rex' select PCRE (BR2_PACKAGE_PCRE) * 'rex' select PCRE2 (BR2_PACKAGE_PCRE2)
* 'ssl' select OpenSSL (BR2_PACKAGE_OPENSSL) * 'ssl' select OpenSSL (BR2_PACKAGE_OPENSSL)
* 'zlib' select zlib (BR2_PACKAGE_ZLIB) * 'zlib' select zlib (BR2_PACKAGE_ZLIB)