pmaports/modem/rmtfs/0001-add-modem_tng-alias-for-tunning-partition.patch
Affe Null 75cd718f5c
modem/rmtfs: add tunning partition alias patch for msm8909 Nokia devices (MR 3768)
Like alcatel-idol3, these devices have a tunning partition. However, the
modem calls it modem_tng instead of modem_tunning. This patch adds the
alternative name for the partition.

An upstream pull request has already been submitted (see patch).
2022-12-29 18:40:12 +01:00

14 lines
489 B
Diff

Upstream pull request: https://github.com/andersson/rmtfs/pull/17
diff --git a/storage.c b/storage.c
index 107b296..2c5f2f5 100644
--- a/storage.c
+++ b/storage.c
@@ -41,6 +41,7 @@ static const struct partition partition_table[] = {
{ "/boot/modem_fs2", "modem_fs2", "modemst2" },
{ "/boot/modem_fsc", "modem_fsc", "fsc" },
{ "/boot/modem_fsg", "modem_fsg", "fsg" },
+ { "/boot/modem_tng", "modem_tng", "tunning" },
{ "/boot/modem_tunning", "modem_tunning", "tunning" },
{}
};