diff options
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 000000000..9fc9e2a1f --- /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/ + + |