From fb32ac151f7a84f39177e39063c1a8e1223dce97 Mon Sep 17 00:00:00 2001 From: rwrozelle Date: Wed, 25 Mar 2026 08:35:53 -0400 Subject: [PATCH 1/2] Enable DOT_WAKEUP_COORDINATOR in Dockerfile --- openthread_border_router/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/openthread_border_router/Dockerfile b/openthread_border_router/Dockerfile index 6564f3118..74a156fda 100644 --- a/openthread_border_router/Dockerfile +++ b/openthread_border_router/Dockerfile @@ -60,6 +60,7 @@ RUN \ -DOT_CHANNEL_MONITOR=ON \ -DOT_COAP=OFF \ -DOT_COAPS=OFF \ + -DOT_WAKEUP_COORDINATOR=ON \ -DOT_THREAD_VERSION=1.4 \ -DOT_PROJECT_CONFIG="/usr/src/ot-br-posix/third_party/openthread/repo/openthread-core-ha-config-posix.h" \ && cd /usr/src/ot-br-posix/build/otbr \ From 48991b5b5c5c4aa3d82a3f13605d4d3a587e8b07 Mon Sep 17 00:00:00 2001 From: rwrozelle Date: Wed, 6 May 2026 21:22:30 -0400 Subject: [PATCH 2/2] Enable P2P support in Dockerfile --- openthread_border_router/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/openthread_border_router/Dockerfile b/openthread_border_router/Dockerfile index 425dba3fd..5b787445a 100644 --- a/openthread_border_router/Dockerfile +++ b/openthread_border_router/Dockerfile @@ -61,6 +61,7 @@ RUN \ -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 \