Skip to content

Commit 23a825b

Browse files
ot-br-posix 6934ff0 (#96)
openthread 0fb1c22d2458a22c87be77f94aa5e2358313e83b ot-nrf528xx e3ea7ae20197d2f849aa237392cc58a9ca665a26 Add prefix delegation daemon service
1 parent dbba91b commit 23a825b

5 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ FEATURES
1313

1414
CHANGELOG
1515
==========
16+
* 11/08/2024
17+
* Updated submodules
18+
* openthread commitid: 0fb1c22
19+
* ot-br-posix commitid: 6934ff0
20+
* ot-nrf528xx commitid: e3ea7ae
21+
1622
* 10/18/2024
1723
* Updated submodules
1824
* openthread commitid: deb35b0

openthread

Submodule openthread updated 134 files

ot-nrf528xx

script/otbr-setup.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ cmake --version
202202

203203
pip3 install zeroconf
204204

205+
apt-get install -y --no-install-recommends libgirepository1.0-dev
206+
pip3 install dbus-python PyGObject
207+
205208
su -c "${build_options[*]} script/setup" pi
206209

207210
if [[ "$REFERENCE_RELEASE_TYPE" = "1.2" || "$REFERENCE_RELEASE_TYPE" = "1.3" || "$REFERENCE_RELEASE_TYPE" = "1.4" ]]; then

0 commit comments

Comments
 (0)