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
fb93574
..
4abf4fc
100644
(file)
--- a/
openwrt/package/mysql/Config.in
+++ b/
openwrt/package/mysql/Config.in
@@
-1,9
+1,13
@@
config BR2_PACKAGE_LIBMYSQLCLIENT
config BR2_PACKAGE_LIBMYSQLCLIENT
- tristate "libmysqlclient
(MySQL client library)
"
- default m
+ tristate "libmysqlclient
- MySQL client library
"
+ default m
if CONFIG_DEVEL
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.020821 seconds
and
4
git commands to generate.