[Buildroot] [git commit branch/2025.08.x] package/libdbi: fix small typo in Config.in

Thomas Perale thomas.perale at mind.be
Thu Dec 11 09:56:53 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=dd4c3e26c756742fed20a6b7f10b9274b43182fa
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.08.x

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 at bootlin.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 4d016a1d98f7cf850ee83d5c2003a2b66c72675b)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
 package/libdbi/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libdbi/Config.in b/package/libdbi/Config.in
index 13ac344f82..d9a1316311 100644
--- a/package/libdbi/Config.in
+++ b/package/libdbi/Config.in
@@ -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


More information about the buildroot mailing list