forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump third_party/ot-br-posix/repo from
ff2f24c
to 45c857c
Bumps [third_party/ot-br-posix/repo](https://github.com/openthread/ot-br-posix) from `ff2f24c` to `45c857c`. - [Release notes](https://github.com/openthread/ot-br-posix/releases) - [Commits](openthread/ot-br-posix@ff2f24c...45c857c) --- updated-dependencies: - dependency-name: third_party/ot-br-posix/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
2171ee8
commit bb1e9fb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
24 files
+3 −8 | .github/workflows/docker.yml | |
+12 −0 | etc/cmake/options.cmake | |
+3 −1 | etc/openwrt/openthread-br/Makefile | |
+1 −0 | script/test | |
+1 −0 | src/agent/CMakeLists.txt | |
+1 −1 | src/agent/application.cpp | |
+75 −0 | src/agent/application.hpp | |
+6 −3 | src/agent/vendor.hpp | |
+4 −1 | src/dbus/server/dbus_thread_object.cpp | |
+57 −28 | src/mdns/mdns.cpp | |
+25 −4 | src/mdns/mdns.hpp | |
+113 −61 | src/mdns/mdns_avahi.cpp | |
+220 −227 | src/mdns/mdns_mdnssd.cpp | |
+36 −74 | src/mdns/mdns_mdnssd.hpp | |
+4 −1 | src/openwrt/otbr-agent.init.in | |
+3 −0 | src/openwrt/otbr-agent.uci-config.in | |
+10 −0 | src/proto/thread_telemetry.proto | |
+18 −5 | src/utils/pskc.cpp | |
+131 −60 | src/utils/thread_helper.cpp | |
+6 −2 | src/utils/thread_helper.hpp | |
+3 −1 | tests/dbus/test_dbus_client.cpp | |
+2 −8 | tests/scripts/check-docker | |
+2 −0 | third_party/openthread/CMakeLists.txt | |
+1 −1 | third_party/openthread/repo |