From 74f7f0bc379a6d327f6b7004e95a9103256ef769 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 12 Jan 2024 12:39:35 -0800 Subject: [PATCH] device-lenovo-21bx: add dependencies for enabling wwan / mobile data (MR 4718) In order to make it work properly, the fcc unlock script from MM should also be enabled... This info will be added to the device's wiki page for now since upstream MM discourages distros from enabling these unlock scripts by default... fixes https://gitlab.com/postmarketOS/pmaports/-/issues/2489 [ci:skip-build]: Already built successfully in CI. --- device/testing/device-lenovo-21bx/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device/testing/device-lenovo-21bx/APKBUILD b/device/testing/device-lenovo-21bx/APKBUILD index ceee6892f..492ec5797 100644 --- a/device/testing/device-lenovo-21bx/APKBUILD +++ b/device/testing/device-lenovo-21bx/APKBUILD @@ -3,7 +3,7 @@ # Reference: pkgname=device-lenovo-21bx pkgdesc="Lenovo ThinkPad X13s" -pkgver=3 +pkgver=4 pkgrel=0 url="https://postmarketos.org" license="MIT" @@ -38,11 +38,13 @@ nonfree_firmware() { depends=" bootmac firmware-lenovo-21bx + libmbim-tools linux-firmware-ath11k linux-firmware-qca linux-firmware-qcom pd-mapper pd-mapper-openrc + qmi-utils " install="$subpkgname.post-install"