Skip to content

Commit

Permalink
Optimize for Beelink IPC-R Board
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed May 15, 2023
1 parent 2f6151e commit ebd7b9c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ ()
&optimize_eth_parameters("eth0","eth1");
} elsif($board eq "FriendlyElec NanoPi R5") {
&optimize_eth_parameters("eth0","eth1","eth2");
} elsif($board eq "Beelink IPC-R Board") {
&optimize_eth_parameters("eth0","eth1","eth2","eth3","eth4","eth5");
}
}

Expand Down

0 comments on commit ebd7b9c

Please sign in to comment.