1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 09:44:16 +03:00
openwrt-xburst/package/postgresql/Config.in
nico 2254d3c3b7 Standardize Config.in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1076 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-27 05:38:03 +00:00

17 lines
287 B
Plaintext

config BR2_PACKAGE_POSTGRESQL
bool
default n
depends BR2_PACKAGE_LIBPQ
config BR2_PACKAGE_LIBPQ
prompt "libpq - PostgreSQL client library"
tristate
default m if CONFIG_DEVEL
select BR2_PACKAGE_POSTGRESQL
help
PostgreSQL client library.
http://www.postgresql.org/