mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 01:35:01 +02:00
2254d3c3b7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1076 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
287 B
Plaintext
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/
|
|
|
|
|