projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install...
[openwrt.git]
/
package
/
curl
/
Config.in
diff --git
a/package/curl/Config.in
b/package/curl/Config.in
index
f3bf79f
..
9f8768c
100644
(file)
--- a/
package/curl/Config.in
+++ b/
package/curl/Config.in
@@
-1,5
+1,5
@@
config BR2_COMPILE_CURL
- bool
+ tristate
default n
depends BR2_PACKAGE_LIBCURL
This page took
0.0215 seconds
and
4
git commands to generate.