From 6acf79cfb4a49cb9b94a17d6cee6a5c6f7cfe29b Mon Sep 17 00:00:00 2001 From: Jeff Rhodie Date: Tue, 23 Jun 2026 20:30:29 +0000 Subject: [PATCH 1/2] border router build updates --- site/en/guides/border-router/build-docker.md | 2 +- site/en/guides/border-router/build-native.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/en/guides/border-router/build-docker.md b/site/en/guides/border-router/build-docker.md index ab53d41e..eaa1024d 100644 --- a/site/en/guides/border-router/build-docker.md +++ b/site/en/guides/border-router/build-docker.md @@ -78,7 +78,7 @@ build the included Dockerfile. 1. Clone the OTBR repository: ``` - $ git clone --depth=1 https://github.com/openthread/ot-br-posix + $ git clone --recursive https://github.com/openthread/ot-br-posix $ cd ot-br-posix ``` diff --git a/site/en/guides/border-router/build-native.md b/site/en/guides/border-router/build-native.md index 1b6a2d43..4fbffcc3 100644 --- a/site/en/guides/border-router/build-native.md +++ b/site/en/guides/border-router/build-native.md @@ -16,7 +16,7 @@ On Raspberry Pi: 1. Clone `ot-br-posix` from GitHub: ``` - $ git clone --depth=1 https://github.com/openthread/ot-br-posix + $ git clone --recursive https://github.com/openthread/ot-br-posix ``` ## Step 2: Build and install OTBR From 0e06393a63345e7d3a76e3e2628314b9f0abcc0d Mon Sep 17 00:00:00 2001 From: Jeff Rhodie Date: Wed, 24 Jun 2026 00:00:56 +0000 Subject: [PATCH 2/2] border router build updates --- site/en/guides/border-router/build-docker.md | 2 +- site/en/guides/border-router/build-native.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/en/guides/border-router/build-docker.md b/site/en/guides/border-router/build-docker.md index eaa1024d..156bfeaa 100644 --- a/site/en/guides/border-router/build-docker.md +++ b/site/en/guides/border-router/build-docker.md @@ -78,7 +78,7 @@ build the included Dockerfile. 1. Clone the OTBR repository: ``` - $ git clone --recursive https://github.com/openthread/ot-br-posix + $ git clone --recursive --depth=1 https://github.com/openthread/ot-br-posix $ cd ot-br-posix ``` diff --git a/site/en/guides/border-router/build-native.md b/site/en/guides/border-router/build-native.md index 4fbffcc3..4d9dae6a 100644 --- a/site/en/guides/border-router/build-native.md +++ b/site/en/guides/border-router/build-native.md @@ -16,7 +16,7 @@ On Raspberry Pi: 1. Clone `ot-br-posix` from GitHub: ``` - $ git clone --recursive https://github.com/openthread/ot-br-posix + $ git clone --recursive --depth=1 https://github.com/openthread/ot-br-posix ``` ## Step 2: Build and install OTBR