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