diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-01 00:05:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-01 00:05:07 +0000 |
commit | c07e3b34d7a802bdc1ce6090544c88e56ff25fa1 (patch) | |
tree | fc035c6e8a3a561be1aa07a377967aef81d884f3 /openwrt/package/mysql/Config.in | |
parent | 96ab0aecfba401648c8bde8ee6184a113d79c1d8 (diff) | |
download | mtk-20170518-c07e3b34d7a802bdc1ce6090544c88e56ff25fa1.zip mtk-20170518-c07e3b34d7a802bdc1ce6090544c88e56ff25fa1.tar.gz mtk-20170518-c07e3b34d7a802bdc1ce6090544c88e56ff25fa1.tar.bz2 |
Add mysql and postgresql packages
SVN-Revision: 499
Diffstat (limited to 'openwrt/package/mysql/Config.in')
-rw-r--r-- | openwrt/package/mysql/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/mysql/Config.in b/openwrt/package/mysql/Config.in new file mode 100644 index 0000000..fb93574 --- /dev/null +++ b/openwrt/package/mysql/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_LIBMYSQLCLIENT + tristate "libmysqlclient (MySQL client library)" + default m + help + MySQL client library. + + http://dev.mysql.com/ + + |