projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Standardize package Config.in, change prompt to package name + short description
[openwrt.git]
/
openwrt
/
package
/
postgresql
/
Config.in
diff --git
a/openwrt/package/postgresql/Config.in
b/openwrt/package/postgresql/Config.in
index
6ff1953
..
3692782
100644
(file)
--- a/
openwrt/package/postgresql/Config.in
+++ b/
openwrt/package/postgresql/Config.in
@@
-1,5
+1,5
@@
config BR2_PACKAGE_LIBPQ
config BR2_PACKAGE_LIBPQ
- tristate "libpq
(PostgreSQL client library)
"
+ tristate "libpq
- PostgreSQL client library
"
default m if CONFIG_DEVEL
help
PostgreSQL client library.
default m if CONFIG_DEVEL
help
PostgreSQL client library.
@@
-7,3
+7,6
@@
config BR2_PACKAGE_LIBPQ
http://www.postgresql.org/
http://www.postgresql.org/
+config BR2_PACKAGE_POSTGRESQL
+ tristate
+ default BR2_PACKAGE_LIBPQ
This page took
0.02368 seconds
and
4
git commands to generate.