diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-23 00:50:46 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-23 01:02:36 -0400 |
| commit | 223a3d54fa4e809d93fa00c9a2b8b79ac6ab5428 (patch) | |
| tree | ea51f6ce94b69b6f209669ed77baffcb26528580 | |
| parent | 881c3a8597a4096552424d9da134806e4bd89e10 (diff) | |
clarify purpose of kernel/gs repository forks
| -rw-r--r-- | static/source.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/source.html b/static/source.html index 696da247..a20e64ca 100644 --- a/static/source.html +++ b/static/source.html @@ -193,12 +193,12 @@ <li><a href="https://github.com/GrapheneOS/kernel_manifest-bluejay">kernel_manifest-bluejay</a>: Kernel manifest for the Pixel 6a.</li> <li><a href="https://github.com/GrapheneOS/kernel_manifest-raviole">kernel_manifest-raviole</a>: Kernel manifest for the Pixel 6 and 6 Pro.</li> <li><a href="https://github.com/GrapheneOS/kernel_build-gs101">kernel_build-gs101</a>: Kernel build system for the Pixel 6, Pixel 6 Pro and Pixel 6a.</li> - <li><a href="https://github.com/GrapheneOS/kernel_gs-gs101">kernel_gs-gs101</a>: Kernel sources for the Pixel 6, Pixel 6 Pro and Pixel 6a.</li> + <li><a href="https://github.com/GrapheneOS/kernel_gs-gs101">kernel_gs-gs101</a>: Kernel sources for the Pixel 6, Pixel 6 Pro and Pixel 6a. These sources are only used to build device-specific modules. The Generic Kernel Image is built from the common kernel.</li> <li><a href="https://github.com/GrapheneOS/kernel_google-modules_wlan_bcmdhd_bcm4389-gs101">kernel_google-modules_wlan_bcmdhd_bcm4389-gs101</a>: Kernel Wi-Fi/Bluetooth driver for the Pixel 6, Pixel 6 Pro and Pixel 6a.</li> <li><a href="https://github.com/GrapheneOS/kernel_manifest-pantah">kernel_manifest-pantah</a>: Kernel manifest for the Pixel 7 and Pixel 7 Pro.</li> <li><a href="https://github.com/GrapheneOS/kernel_build-pantah">kernel_build-pantah</a>: Kernel build system for the Pixel 7 and Pixel 7 Pro.</li> - <li><a href="https://github.com/GrapheneOS/kernel_gs-pantah">kernel_gs-pantah</a>: Kernel sources for the Pixel 7 and Pixel 7 Pro.</li> + <li><a href="https://github.com/GrapheneOS/kernel_gs-pantah">kernel_gs-pantah</a>: Kernel sources for the Pixel 7 and Pixel 7 Pro. These sources are only used to build device-specific modules. The Generic Kernel Image is built from the common kernel.</li> <li><a href="https://github.com/GrapheneOS/kernel_google-modules_wlan_bcmdhd_bcm4389-pantah">kernel_google-modules_wlan_bcmdhd_bcm4389-pantah</a>: Kernel Wi-Fi/Bluetooth driver for the Pixel 7 and Pixel 7 Pro.</li> </ul> |
