package/libdbi: fix small typo in Config.in

When browsing the available Database packages, libdbi appears in the
menuconfig as "lidbi".

Fix the menuconfig entry by updating the relevant boolean name.

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Alexis Lothoré
2025-12-06 18:59:22 +01:00
committed by Peter Korsgaard
parent 3b04688e7f
commit 4d016a1d98

View File

@@ -1,5 +1,5 @@
config BR2_PACKAGE_LIBDBI
bool "lidbi"
bool "libdbi"
depends on !BR2_STATIC_LIBS
help
libdbi implements a database-independent abstraction layer