X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1582a39749f31de9de7cd064cca2473a82326233..6bd59ac61266de3a2c453e7246eed0780e3000c1:/package/mysql/Config.in diff --git a/package/mysql/Config.in b/package/mysql/Config.in index 9e47a6c04..89f0e2648 100644 --- a/package/mysql/Config.in +++ b/package/mysql/Config.in @@ -1,13 +1,15 @@ +config BR2_COMPILE_MYSQL + bool + default n + depends BR2_PACKAGE_LIBMYSQLCLIENT + config BR2_PACKAGE_LIBMYSQLCLIENT - tristate "libmysqlclient (MySQL client library)" + prompt "libmysqlclient.................... MySQL client library" + tristate default m if CONFIG_DEVEL + select BR2_COMPILE_MYSQL help MySQL client library. http://dev.mysql.com/ - - -config BR2_PACKAGE_MYSQL - tristate - default BR2_PACKAGE_LIBMYSQLCLIENT