From c044069b1eeb91db6572be6f59982f0eadacef62 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Thu, 1 Feb 2024 09:21:11 -0800 Subject: [PATCH] [build] disable DHCPv6 Server to reduce SRAM usage (#657) --- script/test | 1 - 1 file changed, 1 deletion(-) diff --git a/script/test b/script/test index d30edec..eeb1f97 100755 --- a/script/test +++ b/script/test @@ -36,7 +36,6 @@ OT_OPTIONS=( "-DOT_COMPILE_WARNING_AS_ERROR=ON" "-DOT_COMMISSIONER=ON" "-DOT_DHCP6_CLIENT=ON" - "-DOT_DHCP6_SERVER=ON" "-DOT_DNS_CLIENT=ON" "-DOT_JOINER=ON" "-DOT_THREAD_VERSION=1.1"