google-asurada: add linux-firmware-rtl_bt to firmware subpackage (MR 5326)

Fixes bluetooth not working

[ci:skip-build]: already built successfully in CI
This commit is contained in:
WeirdTreeThing 2024-07-06 17:47:27 -04:00 committed by Oliver Smith
parent c8e2ad0b95
commit 19cee7b440
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -3,7 +3,7 @@
pkgname=device-google-asurada
pkgdesc="Google Asurada Chromebooks"
pkgver=2
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -30,7 +30,7 @@ package() {
nonfree_firmware() {
pkgdesc="WiFi/BT firmware"
depends="linux-firmware-mediatek linux-firmware-rtw88"
depends="linux-firmware-mediatek linux-firmware-rtw88 linux-firmware-rtl_bt"
mkdir "$subpkgdir"
}