device-oneplus-bacon: Add firmware dependency (MR 2027)
This commit is contained in:
parent
754902d3ae
commit
88da612343
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-oneplus-bacon
|
||||
pkgver=1
|
||||
pkgrel=22
|
||||
pkgrel=23
|
||||
pkgdesc="OnePlus One"
|
||||
url="https://postmarketos.org"
|
||||
arch="armv7"
|
||||
|
@ -40,8 +40,8 @@ kernel_mainline() {
|
|||
}
|
||||
|
||||
nonfree_firmware() {
|
||||
pkgdesc="GPU firmware"
|
||||
depends="firmware-adreno"
|
||||
pkgdesc="GPU, Wi-Fi firmware"
|
||||
depends="firmware-adreno firmware-oneplus-bacon"
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue