Revert "ethtool: update to v5.14"

This reverts commit 7630001427

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
Hans Dedecker
2021-10-23 21:37:27 +02:00
parent 7630001427
commit abc7a97e9c
2 changed files with 4 additions and 4 deletions

View File

@ -203,7 +203,7 @@ start_qemu_armvirt() {
)
}
sudo "$qemu_exe" -machine "$mach" -cpu "$cpu" -nographic \
"$qemu_exe" -machine "$mach" -cpu "$cpu" -nographic \
-kernel "$kernel" \
"${o_qemu_extra[@]}"
}