diff --git a/board/common/uboot/scripts/ixbootslot.sh b/board/common/uboot/scripts/ixbootslot.sh index 026ecf40..5fa61502 100644 --- a/board/common/uboot/scripts/ixbootslot.sh +++ b/board/common/uboot/scripts/ixbootslot.sh @@ -5,7 +5,7 @@ if test "${slot}" = "primary"; then run ixprepblk elif test "${slot}" = "secondary"; then run ixprepblk -elif test "${slot}" = "dhcp"; then +elif test "${slot}" = "net"; then run ixprepdhcp fi