commit e1b9f68006d7d6449eb11bd408535de85511a3e2 (tree) parent 5a10be1fe620664c6874d3b3b9fbe38790ad739c Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Tue, 12 Mar 2024 07:46:53 +0200 orangepi5+: rename patch file Diffstat:
| M | shared/platform/orangepi5plus.nix | | | 2 | +- |
| R | shared/platform/orangepi5plus/rk3588-v6.8.0-rc7.patch -> shared/platform/orangepi5plus/rk3588-v6.8.patch | | | 0 |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/shared/platform/orangepi5plus.nix b/shared/platform/orangepi5plus.nix @@ -23,7 +23,7 @@ in { kernelPatches = [ { name = "orangepi-5-plus-collabora-${version}"; - patch = ./orangepi5plus/rk3588-v6.8.0-rc7.patch; + patch = ./orangepi5plus/rk3588-v6.8.patch; } { name = "rk3588-crypto"; diff --git a/shared/platform/orangepi5plus/rk3588-v6.8.0-rc7.patch b/shared/platform/orangepi5plus/rk3588-v6.8.patch