X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/db072a5d2027b0f27e7f4fa52c02bce031bc7fef..075c5a3ddc18e00190319a0fa7a44aefa670b6d4:/openwrt/package/mysql/Config.in diff --git a/openwrt/package/mysql/Config.in b/openwrt/package/mysql/Config.in index 9e47a6c04..89f0e2648 100644 --- a/openwrt/package/mysql/Config.in +++ b/openwrt/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