projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Standardize config structure
[openwrt.git]
/
openwrt
/
package
/
mysql
/
Config.in
diff --git
a/openwrt/package/mysql/Config.in
b/openwrt/package/mysql/Config.in
index
6da055a
..
4abf4fc
100644
(file)
--- a/
openwrt/package/mysql/Config.in
+++ b/
openwrt/package/mysql/Config.in
@@
-1,5
+1,5
@@
config BR2_PACKAGE_LIBMYSQLCLIENT
config BR2_PACKAGE_LIBMYSQLCLIENT
- tristate "libmysqlclient
(MySQL client library)
"
+ tristate "libmysqlclient
- MySQL client library
"
default m if CONFIG_DEVEL
help
MySQL client library.
default m if CONFIG_DEVEL
help
MySQL client library.
@@
-7,3
+7,7
@@
config BR2_PACKAGE_LIBMYSQLCLIENT
http://dev.mysql.com/
http://dev.mysql.com/
+config BR2_PACKAGE_MYSQL
+ tristate
+ default BR2_PACKAGE_LIBMYSQLCLIENT
+
This page took
0.021099 seconds
and
4
git commands to generate.