summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-12-06 21:32:03 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-12-06 21:36:31 -0500
commitcf7247d7431f0402da0724e85cb6cd14b5a5998c (patch)
tree524bd3f33a795e7e11dc85b5049e019ede8c1634
parenteb37e77d1fccf0efc6411afa838a333432255359 (diff)
clarify kernel build reproducibility fixes
-rw-r--r--static/releases.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html
index ba4d50b2..c7607ced 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -555,8 +555,8 @@
<li>kernel (5.10): update to latest GKI LTS branch revision including update to 5.10.227</li>
<li>kernel (6.6): update to latest GKI LTS branch revision</li>
<li>kernel (6.1): add back one of the two f2fs defragmentation patches we reverted now that it's backported in Android 15 QPR1, since the other change was the source of the major regression rather than this one and it now has broad testing upstream without the broken change we still have reverted</li>
- <li>kernel (Pixel Tablet): make SYN43752 Wi-Fi/Bluetooth driver build reproducible</li>
- <li>kernel (Pixel 9, Pixel 9 Pro, Pixel 9 Pro XL, Pixel 9 Pro Fold): make BCM4390 Wi-Fi/Bluetooth driver build reproducible</li>
+ <li>kernel (Pixel Tablet): make SYN43752 Wi-Fi/Bluetooth driver build reproducible by dropping Broadcom's inclusion of the absolute path to the build directory as we've already done for all other 6th/7th/8th generation Pixels</li>
+ <li>kernel (Pixel 9, Pixel 9 Pro, Pixel 9 Pro XL, Pixel 9 Pro Fold): make BCM4390 Wi-Fi/Bluetooth driver build reproducible by dropping Broadcom's inclusion of the absolute path to the build directory as we've already done for 6th/7th/8th generation Pixels</li>
</ul>
</article>
-->