device-postmarketos-trailblazer: add support for pine64 pinephone (MR 5703)
Add the necessary modules to the initramfs so the splash screen shows up, and depend on linux-firmware-rtw88 so the wifi works.
This commit is contained in:
parent
443fb1a850
commit
142948a592
|
@ -2,7 +2,7 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-postmarketos-trailblazer
|
pkgname=device-postmarketos-trailblazer
|
||||||
pkgdesc="postmarketOS Trailblazer generic ARM64"
|
pkgdesc="postmarketOS Trailblazer generic ARM64"
|
||||||
pkgver=8
|
pkgver=9
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -17,6 +17,7 @@ depends="
|
||||||
linux-firmware-ath11k
|
linux-firmware-ath11k
|
||||||
linux-firmware-ath12k
|
linux-firmware-ath12k
|
||||||
linux-firmware-qca
|
linux-firmware-qca
|
||||||
|
linux-firmware-rtw88
|
||||||
rmtfs
|
rmtfs
|
||||||
pd-mapper
|
pd-mapper
|
||||||
tqftpserv
|
tqftpserv
|
||||||
|
@ -42,5 +43,5 @@ package() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
255f7477ad35723cdfdac91969d3facd4879cb858dbcaf990abe11a0ff2e975941ba98e5e10dd243765f15539c9aee18242cd31b9438008846867c703e98c421 deviceinfo
|
255f7477ad35723cdfdac91969d3facd4879cb858dbcaf990abe11a0ff2e975941ba98e5e10dd243765f15539c9aee18242cd31b9438008846867c703e98c421 deviceinfo
|
||||||
2535fa423071be2ba7319b97c68ac2ca585ca7e5f0c6107f8ff1b1cf1eb7202514b0c08ca2a0ea5ea9892704fcc4ac5af901082dce087f2a43a1bca24c6802e1 modules-initfs
|
74aba456b82a649e053955eb2baf3e610b9f4bc69ee5c16a798bd0934d2a984cd1a03a0b9467a6f6fec5cdb9e4cc5d2915a295679ce60cabe4f620adb3d0fe36 modules-initfs
|
||||||
"
|
"
|
||||||
|
|
|
@ -23,6 +23,7 @@ nvmem_qfprom
|
||||||
onboard-usb-dev
|
onboard-usb-dev
|
||||||
panel-samsung-s6d7aa0
|
panel-samsung-s6d7aa0
|
||||||
panel-samsung-sofef00
|
panel-samsung-sofef00
|
||||||
|
panel_sitronix_st7703
|
||||||
panel-visionox-rm69299
|
panel-visionox-rm69299
|
||||||
phy-qcom-eusb2-repeater
|
phy-qcom-eusb2-repeater
|
||||||
phy-qcom-qmp-combo
|
phy-qcom-qmp-combo
|
||||||
|
@ -32,7 +33,10 @@ phy-qcom-qmp-usb
|
||||||
phy-qcom-qmp-usbc
|
phy-qcom-qmp-usbc
|
||||||
phy-qcom-qusb2
|
phy-qcom-qusb2
|
||||||
phy-qcom-snps-eusb2
|
phy-qcom-snps-eusb2
|
||||||
|
phy_sun6i_mipi_dphy
|
||||||
pinctrl-sm6115
|
pinctrl-sm6115
|
||||||
|
pwm_bl
|
||||||
|
pwm_sun4i
|
||||||
qcom-apcs-ipc-mailbox
|
qcom-apcs-ipc-mailbox
|
||||||
qcom_glink
|
qcom_glink
|
||||||
qcom_glink_rpm
|
qcom_glink_rpm
|
||||||
|
@ -51,6 +55,13 @@ rpmpd
|
||||||
rpmsg_core
|
rpmsg_core
|
||||||
smd-rpm
|
smd-rpm
|
||||||
smem
|
smem
|
||||||
|
sun4i_drm
|
||||||
|
sun4i_i2s
|
||||||
|
sun4i_tcon
|
||||||
|
sun6i_dma
|
||||||
|
sun6i_mipi_dsi
|
||||||
|
sun8i_mixer
|
||||||
|
sun8i_tcon_top
|
||||||
tcpm
|
tcpm
|
||||||
typec
|
typec
|
||||||
udc-core
|
udc-core
|
||||||
|
|
Loading…
Reference in New Issue
Block a user