X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f6c83fd28fcb57779662b2b14bf071cfc578057d..1878c4f47d53e5b38efd90715eedf6edbe8ef884:/openwrt/package/postgresql/Config.in diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in index 9fc9e2a1f..3692782be 100644 --- a/openwrt/package/postgresql/Config.in +++ b/openwrt/package/postgresql/Config.in @@ -1,9 +1,12 @@ config BR2_PACKAGE_LIBPQ - tristate "libpq (PostgreSQL client library)" - default m + tristate "libpq - PostgreSQL client library" + default m if CONFIG_DEVEL help PostgreSQL client library. http://www.postgresql.org/ +config BR2_PACKAGE_POSTGRESQL + tristate + default BR2_PACKAGE_LIBPQ