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 636e53d
Bumps [third_party/ot-br-posix/repo](https://github.com/openthread/ot-br-posix) from `ff2f24c` to `636e53d`. - [Release notes](https://github.com/openthread/ot-br-posix/releases) - [Commits](openthread/ot-br-posix@ff2f24c...636e53d) --- 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 f9dc757
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
16 files
+3 −8 | .github/workflows/docker.yml | |
+5 −0 | etc/cmake/options.cmake | |
+3 −1 | etc/openwrt/openthread-br/Makefile | |
+1 −1 | src/agent/application.cpp | |
+75 −0 | src/agent/application.hpp | |
+6 −3 | src/agent/vendor.hpp | |
+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 | |
+0 −1 | tests/dbus/test_dbus_client.cpp | |
+2 −8 | tests/scripts/check-docker | |
+1 −1 | third_party/openthread/repo |