docs/generic-kernels: Mention linux-next
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7937>
This commit is contained in:
parent
7e1c99ed41
commit
9bde5f7056
1 changed files with 6 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Generic Kernels
|
||||
|
||||
postmarketOS includes a couple of generic kernel packages in the `main` device
|
||||
category: `linux-postmarketos-mainline`, `linux-postmarketos-stable` and
|
||||
`linux-postmarketos-lts`.
|
||||
category: `linux-postmarketos-mainline`, `linux-postmarketos-stable`,
|
||||
`linux-postmarketos-lts` and `linux-next`.
|
||||
|
||||
These are kernels intended to work on a wide variety of devices and are the
|
||||
postmarketOS equivalents to Alpine kernels such as `linux-stable` or
|
||||
|
|
@ -115,3 +115,7 @@ kernel_mainline() {
|
|||
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
||||
}
|
||||
```
|
||||
|
||||
The `linux-next` kernel doesn't have to be part of device packages, and is only
|
||||
intended to be enabled by device packages that want to enable it, but none of
|
||||
them have to.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue