openwrtv4/openwrt/package/mysql/Config.in

17 lines
289 B
Text
Raw Normal View History

config BR2_PACKAGE_MYSQL
bool
default n
depends BR2_PACKAGE_LIBMYSQLCLIENT
config BR2_PACKAGE_LIBMYSQLCLIENT
prompt "libmysqlclient - MySQL client library"
tristate
default m if CONFIG_DEVEL
select BR2_PACKAGE_MYSQL
help
MySQL client library.
http://dev.mysql.com/