fix(openthread-br): use systemd instead of init.d (#14942)

This commit is contained in:
Tom Frenzel
2026-06-05 12:04:34 +02:00
committed by GitHub
parent 34a3322544
commit 9bb6480135
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ $STD cmake -GNinja \
-DOTBR_WEB=ON \
-DOTBR_BORDER_ROUTING=ON \
-DOTBR_BACKBONE_ROUTER=ON \
-DOTBR_SYSTEMD_UNIT_DIR=/etc/systemd/system \
-DOT_FIREWALL=ON \
-DOT_POSIX_NAT64_CIDR="192.168.255.0/24" \
..