From 4d016a1d98f7cf850ee83d5c2003a2b66c72675b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20Lothor=C3=A9?= Date: Sat, 6 Dec 2025 18:59:22 +0100 Subject: [PATCH] package/libdbi: fix small typo in Config.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é Signed-off-by: Peter Korsgaard --- 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