mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 19:02:28 +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
|
config BR2_PACKAGE_LIBMYSQLCLIENT
|
||||||
tristate "libmysqlclient - MySQL client library"
|
prompt "libmysqlclient - MySQL client library"
|
||||||
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
select BR2_PACKAGE_MYSQL
|
||||||
help
|
help
|
||||||
MySQL client library.
|
MySQL client library.
|
||||||
|
|
||||||
http://dev.mysql.com/
|
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
|
config BR2_PACKAGE_LIBPQ
|
||||||
tristate "libpq - PostgreSQL client library"
|
prompt "libpq - PostgreSQL client library"
|
||||||
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
select BR2_PACKAGE_POSTGRESQL
|
||||||
help
|
help
|
||||||
PostgreSQL client library.
|
PostgreSQL client library.
|
||||||
|
|
||||||
http://www.postgresql.org/
|
http://www.postgresql.org/
|
||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_POSTGRESQL
|
|
||||||
tristate
|
|
||||||
default BR2_PACKAGE_LIBPQ
|
|
||||||
|
Loading…
Reference in New Issue
Block a user