X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0d342b7e50df8db7b10b67af856d053af3b292b6..1878c4f47d53e5b38efd90715eedf6edbe8ef884:/openwrt/package/postgresql/Config.in diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in index 6ff195310..3692782be 100644 --- a/openwrt/package/postgresql/Config.in +++ b/openwrt/package/postgresql/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_LIBPQ - tristate "libpq (PostgreSQL client library)" + tristate "libpq - PostgreSQL client library" default m if CONFIG_DEVEL help PostgreSQL client library. @@ -7,3 +7,6 @@ config BR2_PACKAGE_LIBPQ http://www.postgresql.org/ +config BR2_PACKAGE_POSTGRESQL + tristate + default BR2_PACKAGE_LIBPQ