aboutsummaryrefslogtreecommitdiffstats
path: root/package/postgresql
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-27 05:38:03 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-27 05:38:03 +0000
commit93d563404e46792044c34fe932627c98d1e41313 (patch)
treed424cfc0760fe6926629af96e210d61a94878c10 /package/postgresql
parent271d439f451a2130beceb4819659baedd183c7a8 (diff)
downloadmaster-187ad058-93d563404e46792044c34fe932627c98d1e41313.tar.gz
master-187ad058-93d563404e46792044c34fe932627c98d1e41313.tar.bz2
master-187ad058-93d563404e46792044c34fe932627c98d1e41313.zip
Standardize Config.in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1076 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/postgresql')
-rw-r--r--package/postgresql/Config.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in
index 3692782bea..542f3d44a9 100644
--- a/package/postgresql/Config.in
+++ b/package/postgresql/Config.in
@@ -1,12 +1,16 @@
+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.
http://www.postgresql.org/
-config BR2_PACKAGE_POSTGRESQL
- tristate
- default BR2_PACKAGE_LIBPQ