1config BR2_PACKAGE_LIBDBI_DRIVERS 2 bool "libdbi-drivers" 3 depends on !BR2_STATIC_LIBS # libdbi 4 select BR2_PACKAGE_LIBDBI 5 help 6 The libdbi-drivers project provides the 7 database-specific drivers for the libdbi framework. 8 9 http://libdbi-drivers.sourceforge.net 10 11comment "libdbi-drivers needs a toolchain w/ dynamic library" 12 depends on BR2_STATIC_LIBS 13