1diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h
2index aea3d13..8fcbf81 100644
3--- a/net/bridge/br_private.h
4+++ b/net/bridge/br_private.h
5@@ -39,7 +39,7 @@
6 #define BR_GROUPFWD_8021AD 0xB801u
7
8 /* Path to usermode spanning tree program */
9-#define BR_STP_PROG "/sbin/bridge-stp"
10+#define BR_STP_PROG "/run/current-system/sw/bin/bridge-stp"
11
12 typedef struct bridge_id bridge_id;
13 typedef struct mac_addr mac_addr;