From 9ac6a8c1b9b62c1a986c1528bcaaac6c531a738f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 11 Mar 2024 14:44:26 +0200 Subject: [PATCH] orangepi5+: bump to kernel 6.8 --- shared/platform/orangepi5plus.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/shared/platform/orangepi5plus.nix b/shared/platform/orangepi5plus.nix index fb3a145..9f3d4cf 100644 --- a/shared/platform/orangepi5plus.nix +++ b/shared/platform/orangepi5plus.nix @@ -12,17 +12,18 @@ in { boot = { kernelPackages = crossNative.linuxPackagesFor (crossFast.buildLinux rec { - version = "6.8.0-rc7"; - modDirVersion = "6.8.0-rc7"; + version = "6.8.0"; + modDirVersion = "6.8.0"; src = builtins.fetchTarball { - url = "https://git.kernel.org/torvalds/t/linux-6.8-rc7.tar.gz"; - sha256 = "sha256:0q9isgv6lxzrmb4idl0spxv2l7fsk3nn4cdq0vdw9c8lyzrh5yy0"; + #url = "https://git.kernel.org/torvalds/t/linux-6.8-rc7.tar.gz"; + url = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.xz"; + sha256 = "sha256:1xzi1yhh5k3vzfwvw4f2rzaas6dh4qara33vzj77xiz2zmks2y5d"; }; kernelPatches = [ { name = "orangepi-5-plus-collabora-${version}"; - patch = ./orangepi5plus/rk3588-v${version}.patch; + patch = ./orangepi5plus/rk3588-v6.8.0-rc7.patch; } { name = "rk3588-crypto";