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>
This commit is contained in:
Bernd Kuhls
2026-04-05 13:57:38 +02:00
committed by Julien Olivain
parent 6c3a015a5e
commit 60a95e04d4

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)