X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0d342b7e50df8db7b10b67af856d053af3b292b6..74dc21e8e5a77f5d1902dbc64ab7cb06f779f21d:/openwrt/package/postgresql/Config.in diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in index 6ff195310..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)" + prompt "libpq - PostgreSQL client library" + tristate default m if CONFIG_DEVEL + select BR2_PACKAGE_POSTGRESQL help PostgreSQL client library.