X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1582a39749f31de9de7cd064cca2473a82326233..b19c40c2af5d2e12cefabd328a33adb1841816c4:/package/postgresql/Config.in?ds=sidebyside diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in index 2680af2c3..542f3d44a 100644 --- a/package/postgresql/Config.in +++ b/package/postgresql/Config.in @@ -1,12 +1,16 @@ +config BR2_PACKAGE_POSTGRESQL + bool + default n + depends BR2_PACKAGE_LIBPQ + config BR2_PACKAGE_LIBPQ - tristate "libpq (PostgreSQL client library)" + prompt "libpq - PostgreSQL client library" + tristate default m if CONFIG_DEVEL + select BR2_PACKAGE_POSTGRESQL help PostgreSQL client library. http://www.postgresql.org/ -config BR2_PACKAGE_POSTGRESQL - tristate - default BR2_PACKAGE_LIBPQ