diff --git a/openthread_border_router/Dockerfile b/openthread_border_router/Dockerfile index 0aad4cad..fbd7dd40 100644 --- a/openthread_border_router/Dockerfile +++ b/openthread_border_router/Dockerfile @@ -78,6 +78,8 @@ RUN \ -DOT_CHANNEL_MONITOR=ON \ -DOT_COAP=OFF \ -DOT_COAPS=OFF \ + -DOT_WAKEUP_COORDINATOR=ON \ + -DOT_P2P=ON \ -DOT_THREAD_VERSION=1.4 \ -DOT_PROJECT_CONFIG="/usr/src/ot-br-posix/third_party/openthread/repo/openthread-core-ha-config-posix.h" \ -DOT_RCP_RESTORATION_MAX_COUNT=2 \