X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0d342b7e50df8db7b10b67af856d053af3b292b6..96fe7e46e0ee0b566e723c84fa951406cd1ada93:/openwrt/package/mysql/Config.in diff --git a/openwrt/package/mysql/Config.in b/openwrt/package/mysql/Config.in index 6da055acf..bda7142ca 100644 --- a/openwrt/package/mysql/Config.in +++ b/openwrt/package/mysql/Config.in @@ -1,9 +1,15 @@ +config BR2_COMPILE_MYSQL + tristate + 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/ -