ROMFS:netman update - dependent on PX4_MFT_ETHERNET not board type

This commit is contained in:
David Sidrane 2024-01-12 10:36:04 -08:00 committed by Julian Oes
parent a2db688f4b
commit 3e0290b084
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ else
param select-backup $PARAM_BACKUP_FILE
fi
if ver hwcmp PX4_FMU_V5X PX4_FMU_V6X ARK_FMU_V6X
if mft query -q -k MFT -s MFT_ETHERNET -v 1
then
netman update -i eth0
fi