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 cb34aef3f8
commit 874aae2bec

View File

@@ -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)