Skip to content

Commit

Permalink
[script] enable TCP, DNS_CLIENT_OVER_TCP and OTBR_DHCP6_PD for 1.3 an…
Browse files Browse the repository at this point in the history
…d 1.4 builds (#89)

* OTBR_BORDER_ROUTING_DHCP6_PD has been renamed to OTBR_DHCP6_PD
  • Loading branch information
suveshpratapa authored Sep 16, 2024
1 parent 68657f4 commit ded4908
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions script/otbr-setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ readonly OTBR_THREAD_1_3_OPTIONS=(
"-DOT_BORDER_ROUTING=ON"
"-DOT_SRP_CLIENT=ON"
"-DOT_DNS_CLIENT=ON"
"-DOTBR_TREL=OFF"
"-DOTBR_NAT64=OFF"
"-DOT_TCP=ON"
"-DOT_DNS_CLIENT_OVER_TCP=ON"
"-DOTBR_TREL=ON"
"-DOTBR_NAT64=ON"
"-DOTBR_DHCP6_PD=ON"
)

readonly OTBR_THREAD_1_4_OPTIONS=(
Expand All @@ -87,9 +90,11 @@ readonly OTBR_THREAD_1_4_OPTIONS=(
"-DOT_BORDER_ROUTING=ON"
"-DOT_SRP_CLIENT=ON"
"-DOT_DNS_CLIENT=ON"
"-DOT_TCP=ON"
"-DOT_DNS_CLIENT_OVER_TCP=ON"
"-DOTBR_TREL=ON"
"-DOTBR_NAT64=ON"
"-DOTBR_BORDER_ROUTING_DHCP6_PD=ON"
"-DOTBR_DHCP6_PD=ON"
)

build_options=(
Expand Down

0 comments on commit ded4908

Please sign in to comment.