Add "modem_tng" alias for tunning partition

This commit is contained in:
bbeaavr 2022-10-12 16:56:51 +02:00 committed by Bjorn Andersson
parent 695d0668ff
commit 7a5ae7e0a5

View File

@ -42,6 +42,7 @@ static const struct partition partition_table[] = {
{ "/boot/modem_fsc", "modem_fsc", "fsc" },
{ "/boot/modem_fsg", "modem_fsg", "fsg" },
{ "/boot/modem_tunning", "modem_tunning", "tunning" },
{ "/boot/modem_tng", "modem_tng", "tunning" },
{}
};