From 065ce2edeee3b163017d17548a6391783781d2d0 Mon Sep 17 00:00:00 2001 From: Suvesh Pratapa Date: Thu, 5 Sep 2024 09:39:30 -0400 Subject: [PATCH] [script] Enable TCP, DNS_CLIENT_OVER_TCP and OTBR_DHCP6_PD for 1.3 and 1.4 builds. * OTBR_BORDER_ROUTING_DHCP6_PD has been renamed to OTBR_DHCP6_PD --- script/otbr-setup.bash | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/script/otbr-setup.bash b/script/otbr-setup.bash index e2a7d2e..57fc3b7 100755 --- a/script/otbr-setup.bash +++ b/script/otbr-setup.bash @@ -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=( @@ -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=(