|
@@ -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
|