board/common: simplify netd reload

With the latest backported fixes to Finit, we no longer need to remove
/run/netd.pid to trigger a reload (restart) of staticd.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2026-02-24 06:59:28 +01:00
parent 0e21dc894b
commit 924567f30b
@@ -119,7 +119,6 @@ set_dhcp_routes()
cmp -s "$NAME" "$NEXT" && return
mv "$NEXT" "$NAME"
rm /run/netd.pid
initctl reload netd
}
@@ -129,7 +128,6 @@ clr_dhcp_routes()
[ -f "$NAME" ] || return
rm "$NAME"
rm /run/netd.pid
initctl reload netd
}