mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
2eae93466f
SVN-Revision: 984
14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
config BR2_PACKAGE_LIBMYSQLCLIENT
|
|
tristate "libmysqlclient (MySQL client library)"
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
MySQL client library.
|
|
|
|
http://dev.mysql.com/
|
|
|
|
|
|
config BR2_PACKAGE_MYSQL
|
|
tristate
|
|
default BR2_PACKAGE_LIBMYSQLCLIENT
|
|
|