X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/df643b093e62f3e89879433dd7b337bf64922715..a7664bf192678ea5f7712a47a421f1ec34519283:/package/postgresql/Config.in diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in index 9fc9e2a1f..542f3d44a 100644 --- a/package/postgresql/Config.in +++ b/package/postgresql/Config.in @@ -1,6 +1,13 @@ +config BR2_PACKAGE_POSTGRESQL + bool + default n + depends BR2_PACKAGE_LIBPQ + config BR2_PACKAGE_LIBPQ - tristate "libpq (PostgreSQL client library)" - default m + prompt "libpq - PostgreSQL client library" + tristate + default m if CONFIG_DEVEL + select BR2_PACKAGE_POSTGRESQL help PostgreSQL client library.