projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add fix from whiterussian
[openwrt.git]
/
openwrt
/
package
/
mysql
/
Config.in
diff --git
a/openwrt/package/mysql/Config.in
b/openwrt/package/mysql/Config.in
index
6da055a
..
2c60191
100644
(file)
--- a/
openwrt/package/mysql/Config.in
+++ b/
openwrt/package/mysql/Config.in
@@
-1,6
+1,13
@@
+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
MySQL client library.
help
MySQL client library.
This page took
0.02295 seconds
and
4
git commands to generate.