diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-01 00:05:07 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-01 00:05:07 +0000 |
commit | f6c83fd28fcb57779662b2b14bf071cfc578057d (patch) | |
tree | fc035c6e8a3a561be1aa07a377967aef81d884f3 /openwrt/package/postgresql/Config.in | |
parent | 60966947c0e717baf9eca771a7224617b948c4d5 (diff) |
Add mysql and postgresql packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@499 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/postgresql/Config.in')
-rw-r--r-- | openwrt/package/postgresql/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in new file mode 100644 index 0000000000..9fc9e2a1f7 --- /dev/null +++ b/openwrt/package/postgresql/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_LIBPQ + tristate "libpq (PostgreSQL client library)" + default m + help + PostgreSQL client library. + + http://www.postgresql.org/ + + |