target/x86: auto unload mlx4_core

This commit is contained in:
Liangbin Lian 2024-02-29 17:15:26 +08:00
parent b3b0920d84
commit c82a4bef35
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ uci -q batch <<-EOF >/dev/null
delete kmods.x86_others
set kmods.x86_others=auto_unload
set kmods.x86_others.function="bnx2x mlx5_core i40e mpt3sas ixgbe"
set kmods.x86_others.function="bnx2x mlx5_core mlx4_core i40e mpt3sas ixgbe"
commit kmods
EOF