pmaports/modem/rmtfs/0001-Add-modem_tng-alias-for-tunning-partition.patch
2025-08-25 12:12:42 +00:00

24 lines
674 B
Diff

From 7a5ae7e0a57be3e09e0256b51b9075ee6b860322 Mon Sep 17 00:00:00 2001
From: bbeaavr <115647151+bbeaavr@users.noreply.github.com>
Date: Wed, 12 Oct 2022 16:56:51 +0200
Subject: [PATCH 1/2] Add "modem_tng" alias for tunning partition
---
storage.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/storage.c b/storage.c
index 107b296..140c6bf 100644
--- a/storage.c
+++ b/storage.c
@@ -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" },
{}
};
--
2.50.1