aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/mysql/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-01 00:05:07 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-01 00:05:07 +0000
commitc07e3b34d7a802bdc1ce6090544c88e56ff25fa1 (patch)
treefc035c6e8a3a561be1aa07a377967aef81d884f3 /openwrt/package/mysql/Config.in
parent96ab0aecfba401648c8bde8ee6184a113d79c1d8 (diff)
downloadupstream-c07e3b34d7a802bdc1ce6090544c88e56ff25fa1.tar.gz
upstream-c07e3b34d7a802bdc1ce6090544c88e56ff25fa1.tar.bz2
upstream-c07e3b34d7a802bdc1ce6090544c88e56ff25fa1.zip
Add mysql and postgresql packages
SVN-Revision: 499
Diffstat (limited to 'openwrt/package/mysql/Config.in')
-rw-r--r--openwrt/package/mysql/Config.in9
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 0000000000..fb9357427d
--- /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/
+
+