mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 16:36:16 +02:00
Standardize Config.in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1076 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fe3d4764ac
commit
a1dcdf3a09
@ -1,13 +1,16 @@
|
||||
config BR2_PACKAGE_MYSQL
|
||||
bool
|
||||
default n
|
||||
depends BR2_PACKAGE_LIBMYSQLCLIENT
|
||||
|
||||
config BR2_PACKAGE_LIBMYSQLCLIENT
|
||||
tristate "libmysqlclient - MySQL client library"
|
||||
prompt "libmysqlclient - MySQL client library"
|
||||
tristate
|
||||
default m if CONFIG_DEVEL
|
||||
select BR2_PACKAGE_MYSQL
|
||||
help
|
||||
MySQL client library.
|
||||
|
||||
http://dev.mysql.com/
|
||||
|
||||
|
||||
config BR2_PACKAGE_MYSQL
|
||||
tristate
|
||||
default BR2_PACKAGE_LIBMYSQLCLIENT
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user