Skip to content

Commit

Permalink
Ensure we re-pick up dhcp
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacontrola committed Jun 10, 2024
1 parent e82d449 commit 9c97804
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Buildroot/board/FOG/FOS/rootfs_overlay/etc/init.d/S40network
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ for iface in $ifaces; do
ip link set dev $iface address $setmacto
ip link set dev $iface up
/sbin/udhcpc -i $iface --now
else
ip link set dev $iface down
ip link set dev $iface address $mac
ip link set dev $iface up
/sbin/udhcpc -i $iface --now
fi
fi
exit 0
Expand Down

0 comments on commit 9c97804

Please sign in to comment.