image completeness: fp6-no-suspend + imsd boot enablement
Two device-critical pieces previously applied only by the dev restore script: masked sleep targets (idle-suspend resets the WCN combo firmware and kills wifi ~40min - a device defect, not personalization) and imsd enabled at boot, gated on /etc/imsd.env existing so unconfigured systems don't boot a failing unit. A stranger now needs exactly: flash, wifi via UI, write imsd.env, restart imsd. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
283996b507
commit
05cd1084b7
5 changed files with 40 additions and 2 deletions
3
build.sh
3
build.sh
|
|
@ -100,6 +100,7 @@ mkdir -p "$WORK/pmaports/temp"
|
|||
cp -r aports/device/linux-postmarketos-qcom-milos "$WORK/pmaports/device/testing/"
|
||||
cp -r aports/device/soc-fairphone-fp6-audio "$WORK/pmaports/device/"
|
||||
cp -r aports/device/callaudioshim "$WORK/pmaports/device/"
|
||||
cp -r aports/device/fp6-no-suspend "$WORK/pmaports/device/"
|
||||
cp -r aports/main/postmarketos-config-nftables "$WORK/pmaports/main/"
|
||||
cp -r aports/modem/imsd "$WORK/pmaports/modem/"
|
||||
# Alpine forks carrying the GNSS patches (libqmi !470 unreleased; MM !1463
|
||||
|
|
@ -150,7 +151,7 @@ aports = $WORK/pmaports
|
|||
device = fairphone-fp6
|
||||
ui = plasma-mobile
|
||||
systemd = always
|
||||
extra_packages = soc-fairphone-fp6-audio,callaudioshim,imsd
|
||||
extra_packages = soc-fairphone-fp6-audio,callaudioshim,imsd,fp6-no-suspend
|
||||
EOF
|
||||
|
||||
pmbootstrap checksum linux-postmarketos-qcom-milos
|
||||
|
|
|
|||
Loading…
Reference in a new issue