1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-13 01:21:10 +03:00
openwrt-xburst/package/mysql/Config.in

16 lines
307 B
Plaintext
Raw Normal View History

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/