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