mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ethmngr: Fix number of ports for Broadcom runner platforms.
This commit is contained in:
parent
09211031ac
commit
e82b011f20
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ get_max_port_speed() {
|
|||
# arg1: port name, ex: eth0
|
||||
get_port_number() {
|
||||
[ -z "$1" ] && return
|
||||
local ports="0 1 2 3 4 5 6 7"
|
||||
local ports="0 1 2 3 4 5 6 7 8"
|
||||
local units="0 1"
|
||||
local port="$1"
|
||||
local ifname
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue