oneplus-oneplus3t: add soc-qcom-msm8996 dependency (MR 2063)
This commit is contained in:
parent
65c099277d
commit
d44da6db7d
2 changed files with 5 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=device-oneplus-oneplus3t
|
||||
pkgdesc="OnePlus 3T"
|
||||
pkgver=1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -12,7 +12,7 @@ depends="
|
|||
postmarketos-base
|
||||
linux-postmarketos-qcom-msm8996
|
||||
mkbootimg
|
||||
mesa-dri-gallium
|
||||
soc-qcom-msm8996
|
||||
reboot-mode
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
|
@ -27,16 +27,13 @@ package() {
|
|||
}
|
||||
|
||||
nonfree_firmware() {
|
||||
pkgdesc="OnePlus 3T nonfree firmware (GPU, modem, sound, camera, sensors)"
|
||||
pkgdesc="OnePlus 3T nonfree firmware (GPU, modem, sound, camera, sensors, WiFi, bluetooth)"
|
||||
depends="
|
||||
firmware-oneplus-oneplus3-op3t
|
||||
linux-firmware-ath10k
|
||||
linux-firmware-qca
|
||||
firmware-oneplus-oneplus3-op3t
|
||||
msm-modem-rpmsg
|
||||
qrtr
|
||||
qrtr-openrc
|
||||
soc-qcom-msm8996-nonfree-firmware
|
||||
"
|
||||
install="$subpkgname.post-install"
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
sha512sums="5f7e2046491fbf776c0c4b0e8a594f3b312c98e3e927c7f1ed6e5966c074cd9a2cd4bfb0449435004d9164142609d65ba7cb8b867874a7719bac4a7905cc2b95 deviceinfo"
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# FIXME: qrtr-ns is now part of the Linux kernel, remove this when upgrading to 5.9!
|
||||
rc-update add qrtr-ns boot
|
Loading…
Reference in a new issue