X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f6c83fd28fcb57779662b2b14bf071cfc578057d..74dc21e8e5a77f5d1902dbc64ab7cb06f779f21d:/openwrt/package/postgresql/Config.in diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in index 9fc9e2a1f..542f3d44a 100644 --- a/openwrt/package/postgresql/Config.in +++ b/openwrt/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.