pine64-pinebookpro: use linux-firmware packages (MR 4112)
The `firmware-pine64-pinebookpro` predates the firmware for this device being available upstream. It is now packaged in two separate packages: linux-firmware-brcm and linux-firmware-rockchip. Install those two linux-firmware packages and drop the custom one. This drop a custom firmware package and also ensure that firmware is kept up to date with the rest of linux-firmware-*. The resulting installation includes all the previously included firmware files and I've confirmed that both sound and wifi work fine (dmesg indicates bluetooth is available too).
This commit is contained in:
parent
734d4d1572
commit
1edbf01dcb
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=device-pine64-pinebookpro
|
||||
pkgdesc="PINE64 Pinebook Pro"
|
||||
pkgver=13
|
||||
pkgver=14
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -42,7 +42,7 @@ package() {
|
|||
|
||||
nonfree_firmware() {
|
||||
pkgdesc="Wifi, Bluetooth and video-out firmware"
|
||||
depends="firmware-pine64-pinebookpro"
|
||||
depends="linux-firmware-brcm linux-firmware-rockchip"
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
sha512sums="
|
||||
|
|
Loading…
Reference in a new issue