device-asus-flo: Add linux-postmarketos-qcom-apq8064 support
This kernel has a few patches that fix booting regressions that have not yet been accepted into mainline. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9071>
This commit is contained in:
parent
6fb3a1e5eb
commit
e09448fb5d
1 changed files with 8 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
maintainer="Eric Anderson <ejona86@gmail.com>"
|
||||
pkgname=device-asus-flo
|
||||
pkgver=11
|
||||
pkgver=12
|
||||
pkgrel=0
|
||||
pkgdesc="Google Nexus 7 2013 (flo)"
|
||||
url="https://postmarketos.org"
|
||||
|
|
@ -15,6 +15,7 @@ depends="
|
|||
"
|
||||
makedepends="devicepkg-dev"
|
||||
subpackages="
|
||||
$pkgname-kernel-apq8064:kernel_apq8064
|
||||
$pkgname-kernel-next:kernel_next
|
||||
$pkgname-kernel-stable:kernel_stable
|
||||
$pkgname-kernel-lts:kernel_lts
|
||||
|
|
@ -57,6 +58,12 @@ package() {
|
|||
# devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
||||
# }
|
||||
|
||||
kernel_apq8064() {
|
||||
pkgdesc="Mainline Kernel fork for APQ8064 devices (linux-postmarketos-qcom-apq8064)"
|
||||
depends="linux-postmarketos-qcom-apq8064"
|
||||
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
||||
}
|
||||
|
||||
kernel_next() {
|
||||
pkgdesc="Unstable next kernel (linux-next)"
|
||||
depends="linux-next"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue