summaryrefslogtreecommitdiffstats
path: root/openwrt/package/postgresql
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-21 01:16:53 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-21 01:16:53 +0000
commit03914e2c4abb76ede23f25b6fc0d93cec3125282 (patch)
tree508549f0b4954596433645b6ff8ab43d72e8767e /openwrt/package/postgresql
parentb60c1810df7713738ccb2347b62561c9d7d82c5c (diff)
Standardize package Config.in, change prompt to package name + short description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@996 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/postgresql')
-rw-r--r--openwrt/package/postgresql/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in
index 2680af2c3..3692782be 100644
--- a/openwrt/package/postgresql/Config.in
+++ b/openwrt/package/postgresql/Config.in
@@ -1,5 +1,5 @@
config BR2_PACKAGE_LIBPQ
- tristate "libpq (PostgreSQL client library)"
+ tristate "libpq - PostgreSQL client library"
default m if CONFIG_DEVEL
help
PostgreSQL client library.