mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
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:
committed by
Peter Korsgaard
parent
3b04688e7f
commit
4d016a1d98
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user