mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 00:49:53 +00:00
[test] disable INTER_OP_BBR by default (#8952)
This commit disables `INTER_OP_BBR` by default to avoid unnecessary build in most times.
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ readonly NAT64
|
||||
NAT64_SERVICE="${NAT64_SERVICE:-openthread}"
|
||||
readonly NAT64_SERVICE
|
||||
|
||||
INTER_OP_BBR="${INTER_OP_BBR:-1}"
|
||||
INTER_OP_BBR="${INTER_OP_BBR:-0}"
|
||||
readonly INTER_OP_BBR
|
||||
|
||||
OT_COREDUMP_DIR="${PWD}/ot-core-dump"
|
||||
|
||||
Reference in New Issue
Block a user