google-kodama: add bluetooth firmware (MR 4099)

This commit is contained in:
Anton Bambura 2023-05-19 15:54:31 +03:00 committed by Newbyte
parent 7f78f74025
commit 22df89a1cb
No known key found for this signature in database
GPG Key ID: 990600ED1DB95E02

View File

@ -3,7 +3,7 @@
pkgname=device-google-kodama pkgname=device-google-kodama
pkgdesc="Lenovo 10e Chromebook Tablet" pkgdesc="Lenovo 10e Chromebook Tablet"
pkgver=4 pkgver=4
pkgrel=0 pkgrel=1
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="aarch64" arch="aarch64"
@ -30,7 +30,7 @@ package() {
nonfree_firmware() { nonfree_firmware() {
pkgdesc="WiFi/BT firmware" pkgdesc="WiFi/BT firmware"
depends="linux-firmware-ath10k linux-firmware-mediatek" depends="linux-firmware-ath10k linux-firmware-qca linux-firmware-mediatek"
mkdir "$subpkgdir" mkdir "$subpkgdir"
} }