oneplus-oneplus3: add soc-qcom-msm8996 dependency (MR 2063)
This commit is contained in:
parent
9075406d79
commit
65c099277d
2 changed files with 5 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=device-oneplus-oneplus3
|
pkgname=device-oneplus-oneplus3
|
||||||
pkgdesc="OnePlus 3"
|
pkgdesc="OnePlus 3"
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -12,8 +12,8 @@ depends="
|
||||||
postmarketos-base
|
postmarketos-base
|
||||||
linux-postmarketos-qcom-msm8996
|
linux-postmarketos-qcom-msm8996
|
||||||
mkbootimg
|
mkbootimg
|
||||||
mesa-dri-gallium
|
|
||||||
reboot-mode
|
reboot-mode
|
||||||
|
soc-qcom-msm8996
|
||||||
"
|
"
|
||||||
makedepends="devicepkg-dev"
|
makedepends="devicepkg-dev"
|
||||||
source="deviceinfo"
|
source="deviceinfo"
|
||||||
|
@ -27,16 +27,13 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
nonfree_firmware() {
|
nonfree_firmware() {
|
||||||
pkgdesc="OnePlus 3 nonfree firmware (GPU, modem, sound, camera, sensors)"
|
pkgdesc="OnePlus 3 nonfree firmware (GPU, modem, sound, camera, sensors, WiFi, bluetooth)"
|
||||||
depends="
|
depends="
|
||||||
|
firmware-oneplus-oneplus3-op3
|
||||||
linux-firmware-ath10k
|
linux-firmware-ath10k
|
||||||
linux-firmware-qca
|
linux-firmware-qca
|
||||||
firmware-oneplus-oneplus3-op3
|
soc-qcom-msm8996-nonfree-firmware
|
||||||
msm-modem-rpmsg
|
|
||||||
qrtr
|
|
||||||
qrtr-openrc
|
|
||||||
"
|
"
|
||||||
install="$subpkgname.post-install"
|
|
||||||
mkdir "$subpkgdir"
|
mkdir "$subpkgdir"
|
||||||
}
|
}
|
||||||
sha512sums="10a1d2ba145d71dc9d97dd471fe5e0a738a23783d9773e2fa1d1b91c5190c3fb535c0babd1ce3c397908769a55be0819b9f8d6a5167eaf11b76ac6e5511ed70f deviceinfo"
|
sha512sums="10a1d2ba145d71dc9d97dd471fe5e0a738a23783d9773e2fa1d1b91c5190c3fb535c0babd1ce3c397908769a55be0819b9f8d6a5167eaf11b76ac6e5511ed70f 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