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>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-oneplus-bacon
|
pkgname=device-oneplus-bacon
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=22
|
pkgrel=23
|
||||||
pkgdesc="OnePlus One"
|
pkgdesc="OnePlus One"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
|
@ -40,8 +40,8 @@ kernel_mainline() {
|
||||||
}
|
}
|
||||||
|
|
||||||
nonfree_firmware() {
|
nonfree_firmware() {
|
||||||
pkgdesc="GPU firmware"
|
pkgdesc="GPU, Wi-Fi firmware"
|
||||||
depends="firmware-adreno"
|
depends="firmware-adreno firmware-oneplus-bacon"
|
||||||
mkdir "$subpkgdir"
|
mkdir "$subpkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue