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]
/
openwrt
/
package
/
howl
/
Config.in
diff --git
a/openwrt/package/howl/Config.in
b/openwrt/package/howl/Config.in
index
a55bbf3
..
a409dd2
100644
(file)
--- a/
openwrt/package/howl/Config.in
+++ b/
openwrt/package/howl/Config.in
@@
-1,7
+1,7
@@
menu "howl.............................. A Zeroconf networking implementation"
config BR2_COMPILE_HOWL
- bool
+ tristate
default n
depends BR2_PACKAGE_LIBHOWL
This page took
0.034145 seconds
and
4
git commands to generate.