openthread-border-router: 0-unstable-2025-06-12 -> 2026.06.0#528019
Conversation
|
99bc5d6 to
f9160f4
Compare
f9160f4 to
e7b1f5d
Compare
|
I fixed the lint issue. |
|
Tested this PR on my setup, otbr-agent fails to start. https://gist.github.com/NyCodeGHG/3c29d8a7ad8a9841d6a0c26f53446167 |
diff --git a/pkgs/by-name/op/openthread-border-router/package.nix b/pkgs/by-name/op/openthread-border-router/package.nix
index 134d0b3500..0d1507d9c2 100644
--- a/pkgs/by-name/op/openthread-border-router/package.nix
+++ b/pkgs/by-name/op/openthread-border-router/package.nix
@@ -90,6 +90,8 @@
(lib.cmakeBool "OTBR_TREL" true)
(lib.cmakeFeature "OTBR_VERSION" version)
+ (lib.cmakeFeature "OTBR_VENDOR_NAME" "NixOS")
+ (lib.cmakeFeature "OTBR_PRODUCT_NAME" "OpenThread Border Router")
# OTBR_MDNS=openthread turns on the OT-core advertising and discovery proxies by default.
# The discovery proxy gives us the DNS-SD server OTBR_DNS_UPSTREAM_QUERY needs.
(lib.cmakeBool "OTBR_DNS_UPSTREAM_QUERY" true)This makes it work |
|
Caused by something else, ignore please |
There was a problem hiding this comment.
Looks like no. I've removed it in the latest push.
|
Thanks for the tips about |
e7b1f5d to
62ba9cd
Compare
Updates ot-br-posix to the 2026.06.0 release. Switches the mDNS backend to OpenThread's built-in publisher, since
OTBR_MDNS=avahiwas removed upstream. avahi and the netfilter inputs are dropped, and the NixOS module no longer enables avahi.Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.