diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-27 05:38:03 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-27 05:38:03 +0000 |
commit | a1dcdf3a092e4e81cea484db7db5c62206bfa7a3 (patch) | |
tree | 1fb77315c00dcb02fe5344332d9c03ff2b7b6792 /openwrt/package/postgresql | |
parent | fe3d4764ac50ff6d4fb1f121b6c498b1435090fa (diff) |
Standardize Config.in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1076 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/postgresql')
-rw-r--r-- | openwrt/package/postgresql/Config.in | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in index 3692782bea..542f3d44a9 100644 --- a/openwrt/package/postgresql/Config.in +++ b/openwrt/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 |