mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 17:50:38 +02:00
533fed8583
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@996 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
config BR2_PACKAGE_LIBMYSQLCLIENT
|
|
tristate "libmysqlclient - MySQL client library"
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
MySQL client library.
|
|
|
|
http://dev.mysql.com/
|
|
|
|
|
|
config BR2_PACKAGE_MYSQL
|
|
tristate
|
|
default BR2_PACKAGE_LIBMYSQLCLIENT
|
|
|