Skip to content

Commit

Permalink
Remove random-mac workaround for rockchip64 family
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Jun 24, 2024
1 parent 27cdecd commit 259633b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bsp/common/usr/lib/armbian/armbian-firstrun
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ case "$1" in
esac

# varios temporary hardware workarounds
[[ $LINUXFAMILY == rk3399 || $LINUXFAMILY == rockchip64 ]] && [[ $BOARD != helios64 && $BOARD != khadas-edge ]] && set_fixed_mac
[[ $LINUXFAMILY == meson ]] && set_fixed_mac
[[ $LINUXFAMILY == meson64 ]] && set_fixed_mac
systemctl disable armbian-firstrun
Expand Down

0 comments on commit 259633b

Please sign in to comment.