Skip to content
Snippets Groups Projects
Unverified Commit d1139faf authored by Yassine Oudjana's avatar Yassine Oudjana Committed by Clayton Craft
Browse files

device-xiaomi-scorpio: Add RMTFS to runlevel default (MR 2283)

Having RMTFS at runlevel boot makes it start the modem too fast and causes
crashes. Move it to runlevel default with a post-install.

[ci:skip-build] already built successfully in CI

(cherry picked from commit b6272851)
parent a4677ab4
No related branches found
No related tags found
No related merge requests found
Pipeline #193158 passed
......@@ -4,7 +4,7 @@
pkgname=device-xiaomi-scorpio
pkgdesc="Xiaomi Mi Note 2"
pkgver=2
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......@@ -44,6 +44,7 @@ nonfree_firmware() {
linux-firmware-qca
soc-qcom-msm8996-nonfree-firmware
"
install="$subpkgname.post-install"
mkdir "$subpkgdir"
}
......
#!/bin/sh
# Delay modem powerup to avoid crashing
rc-update del rmtfs boot
rc-update add rmtfs default
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment