diff options
| author | louipc <louipc@gmx.com> | 2020-09-14 02:04:14 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-09-14 02:15:58 -0400 |
| commit | 39eb763634047a20abe67d65aca4ad584be15f44 (patch) | |
| tree | 61b06bde30807a01f5d49172b9cf3d671f24ee29 /static | |
| parent | 9664d07e85573abe6508600749157b596e93de1c (diff) | |
Clarify kernel list in build instructions
Signed-off-by: louipc <louipc@gmx.com>
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index e2134910..534cc436 100644 --- a/static/build.html +++ b/static/build.html @@ -382,8 +382,19 @@ cd ../..</pre> <p>List of kernels corresponding to officially supported devices:</p> <ul> - <li>Pixel 2, Pixel 2 XL: wahoo - separate taimen and walleye builds due to hardening</li> - <li>Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL: crosshatch - separate crosshatch, blueline and bonito builds due to hardening</li> + <li>Pixel 2, Pixel 2 XL: wahoo - separate builds due to hardening + <ul> + <li>Pixel 2: taimen</li> + <li>Pixel 2 XL: walleye</li> + </ul> + </li> + <li>Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL: crosshatch - separate builds due to hardening + <ul> + <li>Pixel 3: crosshatch</li> + <li>Pixel 3 XL: blueline</li> + <li>Pixel 3a, Pixel 3a XL: bonito</li> + </ul> + </li> <li>Pixel 4, Pixel 4 XL: coral</li> </ul> |
