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:
committed by
Thomas Perale
parent
1c44a81679
commit
afdebefb0b
@@ -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