Skip to content

Commit 6685ddc

Browse files
committed
(Squash with previous)
Add SRP server auto-enable on OTBR, along with some more flags (that might be useful).
1 parent cffcfe9 commit 6685ddc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ot-rfsim/script/build_otbr

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,18 @@ OTBR_OPTIONS=(
4141
"-DOT_OTNS=ON"
4242
"-DOT_FULL_LOGS=ON"
4343
"-DOT_LOG_LEVEL=DEBG"
44+
"-DOT_MLR=ON"
45+
"-DOT_BORDER_ROUTING=ON"
46+
"-DOT_SRP_CLIENT=ON"
47+
"-DOT_DNS_CLIENT=ON"
48+
"-DOT_TCP=ON"
49+
"-DOT_DNS_CLIENT_OVER_TCP=ON"
4450
"-DOTBR_VENDOR_NAME=OpenThread.io"
4551
"-DOTBR_PRODUCT_NAME=RFSIM-OTBR-v1.4"
52+
"-DOTBR_SRP_SERVER_AUTO_ENABLE=ON"
53+
"-DOTBR_TREL=ON"
54+
"-DOTBR_NAT64=ON"
55+
"-DOTBR_DHCP6_PD=ON"
4656
"-DOTBR_DBUS=ON"
4757
"-DOTBR_FEATURE_FLAGS=ON"
4858
"-DOTBR_TELEMETRY_DATA_API=ON"

0 commit comments

Comments
 (0)