blob: bda7142ca94da54c9077bdffbfd6b931fa528ae4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_COMPILE_MYSQL
tristate
default n
depends BR2_PACKAGE_LIBMYSQLCLIENT
config BR2_PACKAGE_LIBMYSQLCLIENT
prompt "libmysqlclient.................... MySQL client library"
tristate
default m if CONFIG_DEVEL
select BR2_COMPILE_MYSQL
help
MySQL client library.
http://dev.mysql.com/
|