X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a1dcdf3a092e4e81cea484db7db5c62206bfa7a3..fca426b4f71fc1dc1bb22d1d1b16de19e01a093e:/openwrt/package/mysql/Config.in?ds=inline diff --git a/openwrt/package/mysql/Config.in b/openwrt/package/mysql/Config.in index 2c601912d..bda7142ca 100644 --- a/openwrt/package/mysql/Config.in +++ b/openwrt/package/mysql/Config.in @@ -1,16 +1,15 @@ -config BR2_PACKAGE_MYSQL - bool +config BR2_COMPILE_MYSQL + tristate default n depends BR2_PACKAGE_LIBMYSQLCLIENT config BR2_PACKAGE_LIBMYSQLCLIENT - prompt "libmysqlclient - MySQL client library" + prompt "libmysqlclient.................... MySQL client library" tristate default m if CONFIG_DEVEL - select BR2_PACKAGE_MYSQL + select BR2_COMPILE_MYSQL help MySQL client library. http://dev.mysql.com/ -