From 29a5b42b2940363aa43e6ee2ca23a60fffb0824d Mon Sep 17 00:00:00 2001 From: Marian Hammer Date: Fri, 8 Aug 2025 20:04:45 +0200 Subject: [PATCH] README.md: fix link to shared-dpll-kernel-patch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a4beb..849e538 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The build system assumes the following, prior to executing the build steps: 1) The system has [Ubuntu 22.04 or 24.04](https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview). Other Linux flavors should work too. 1) Libraries installed: `sudo apt install -y git build-essential make` 1) [Disable secure boot](https://wiki.ubuntu.com/UEFI/SecureBoot/DKMS) -1) MUST apply the [PLL kernel patch](./resources/shared_dpll-kernel-6.xx.patch) located in resources folder. +1) MUST apply the matching [PLL kernel patch](./resources/shared_dpll-kernel-6.10+.patch) located in resources folder. Apply shared_dpll-kernel-x.x.patch according to kernel version. e.g shared_dpll-kernel-6.10+.patch applicable from 6.10 till 6.13. 6.14 has its own patch in resource directory.