mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/bird: BFD protocol needs threads
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>
This commit is contained in:
parent
1deec02bc8
commit
141dce5242
@ -29,9 +29,13 @@ config BR2_PACKAGE_BIRD_BABEL
|
|||||||
|
|
||||||
config BR2_PACKAGE_BIRD_BFD
|
config BR2_PACKAGE_BIRD_BFD
|
||||||
bool "bfd"
|
bool "bfd"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
Enable BFD protocol.
|
Enable BFD protocol.
|
||||||
|
|
||||||
|
comment "BFD protocol needs a toolchain w/ threads"
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_BIRD_BGP
|
config BR2_PACKAGE_BIRD_BGP
|
||||||
bool "bgp"
|
bool "bgp"
|
||||||
default y
|
default y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user