diff --git a/modem/rmtfs/0001-add-modem_tng-alias-for-tunning-partition.patch b/modem/rmtfs/0001-add-modem_tng-alias-for-tunning-partition.patch new file mode 100644 index 000000000..563608426 --- /dev/null +++ b/modem/rmtfs/0001-add-modem_tng-alias-for-tunning-partition.patch @@ -0,0 +1,14 @@ +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" }, + {} + }; diff --git a/modem/rmtfs/APKBUILD b/modem/rmtfs/APKBUILD index c3db3ac15..740390acd 100644 --- a/modem/rmtfs/APKBUILD +++ b/modem/rmtfs/APKBUILD @@ -2,7 +2,7 @@ pkgname=rmtfs pkgver=0.2_git20220718 _commit="695d0668ffa6e2a4bf6e676f3c58a444a5d67690" -pkgrel=0 +pkgrel=1 pkgdesc="Qualcomm Remote Filesystem Service Implementation" url="https://github.com/andersson/rmtfs" arch="all" @@ -13,6 +13,7 @@ source=" rmtfs-$_commit.tar.gz::https://github.com/andersson/rmtfs/archive/$_commit.tar.gz rmtfs.initd udev.rules + 0001-add-modem_tng-alias-for-tunning-partition.patch " builddir="$srcdir/rmtfs-$_commit" options="!check" @@ -32,4 +33,5 @@ sha512sums=" 3ccd33ad29c1a485eea475ee54d5984f560cdda99d356e17b315f1cd718c2e9f1992fdc76269877bcbdf8ee2b82476a7738d0b1abb50cbed5c386ee11043010e rmtfs-695d0668ffa6e2a4bf6e676f3c58a444a5d67690.tar.gz b75a2e051661b6088c3db7071fc2f43b97ecf68a0c35addefd34f6fa11d23429a890313d14791566dfc97230192b999e4cc953797e6e32d07dc8f6c61813f9f3 rmtfs.initd cb2435c159d81d3a40d30e1355c82a3d560dc2df7d05fee95085bc80e492ac93a728258f2f1b463c04a964979760990c8c9176b22cb585cbec19ab285cd45440 udev.rules +2c48e3e97838eb2b779075263ef688bc48dde5cc9fc8f055e8ee67cc115228ab59e9466faa89dd817812ee9e3219e8ca331d766e84ad383a1b9706cbbdc2c6fd 0001-add-modem_tng-alias-for-tunning-partition.patch "