1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 22:04:46 +03:00
openwrt-xburst/openwrt/package/postgresql/Config.in
nico a1dcdf3a09 Standardize Config.in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@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/