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>
(cherry picked from commit 4d016a1d98)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Alexis Lothoré
2025-12-06 18:59:22 +01:00
committed by Thomas Perale
parent 1c44a81679
commit afdebefb0b

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