diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-14 10:07:58 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-14 10:07:58 -0500 |
| commit | 7a684a35091c1005675cc48f8493371e663a0ef6 (patch) | |
| tree | 56f8a47ceb3ddb4773e48c8e8683575f6da247e3 /static/js | |
| parent | 71445548dcafc72cd23d40ed148887d76ff17e71 (diff) | |
begin unification of Pixel kernel build instructions
This can be fully unified for 6th through 9th generation Pixels with
Android 15 QPR2 due to 6th through 8th generation Pixels moving to the
6.1 LTS kernel branch.
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/redirect.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/js/redirect.js b/static/js/redirect.js index d63455a5..764292ee 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -36,6 +36,8 @@ const redirects = new Map([ ["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"], ["/build#enabling-updatable-apex-components", "/build#apex-components"], + ["/build#kernel-6th-generation-pixels", "/build#kernel-6th-and-7th-generation-pixels"], + ["/build#kernel-7th-generation-pixels", "/build#kernel-6th-and-7th-generation-pixels"], // legacy devices ["/releases#marlin-stable", "/faq#legacy-devices"], |
