projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1deec02
)
package/bird: BFD protocol needs threads
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Wed, 27 Mar 2019 16:52:36 +0000
(17:52 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Wed, 27 Mar 2019 19:13:14 +0000
(20:13 +0100)
Fixes:
- http://autobuild.buildroot.org/results/
e1f879cb34f9cfbbd14b75f63d25897c5bee53cd
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/bird/Config.in
patch
|
blob
|
history
diff --git
a/package/bird/Config.in
b/package/bird/Config.in
index 63170ee470434736d67b0ac25947a7af69031a4c..fe34f96a45fb6e00c0104681849ce7a7c059600d 100644
(file)
--- a/
package/bird/Config.in
+++ b/
package/bird/Config.in
@@
-29,9
+29,13
@@
config BR2_PACKAGE_BIRD_BABEL
config BR2_PACKAGE_BIRD_BFD
bool "bfd"
+ depends on BR2_TOOLCHAIN_HAS_THREADS
help
Enable BFD protocol.
+comment "BFD protocol needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
+
config BR2_PACKAGE_BIRD_BGP
bool "bgp"
default y