X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/df643b093e62f3e89879433dd7b337bf64922715..251fa7dd3e86d1a075aca4bad3fc986ee796af7a:/package/postgresql/Config.in?ds=sidebyside diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in index 9fc9e2a1f..2680af2c3 100644 --- a/package/postgresql/Config.in +++ b/package/postgresql/Config.in @@ -1,9 +1,12 @@ config BR2_PACKAGE_LIBPQ tristate "libpq (PostgreSQL client library)" - default m + default m if CONFIG_DEVEL help PostgreSQL client library. http://www.postgresql.org/ +config BR2_PACKAGE_POSTGRESQL + tristate + default BR2_PACKAGE_LIBPQ