projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added dhcp6, an IPv6 implementation of the dhcp server and client
[openwrt.git]
/
package
/
mysql
/
Config.in
diff --git
a/package/mysql/Config.in
b/package/mysql/Config.in
index
9e47a6c
..
bda7142
100644
(file)
--- a/
package/mysql/Config.in
+++ b/
package/mysql/Config.in
@@
-1,13
+1,15
@@
+config BR2_COMPILE_MYSQL
+ tristate
+ 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_COMPILE_MYSQL
help
MySQL client library.
http://dev.mysql.com/
help
MySQL client library.
http://dev.mysql.com/
-
-
-config BR2_PACKAGE_MYSQL
- tristate
- default BR2_PACKAGE_LIBMYSQLCLIENT
This page took
0.021724 seconds
and
4
git commands to generate.