starfive visionfive2: update kernel to 6.5.0-rc1
This commit is contained in:
parent
258b9faff0
commit
e8159d4e3d
|
@ -4,7 +4,7 @@
|
||||||
supportedFilesystems =
|
supportedFilesystems =
|
||||||
lib.mkForce [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];
|
lib.mkForce [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];
|
||||||
consoleLogLevel = lib.mkDefault 7;
|
consoleLogLevel = lib.mkDefault 7;
|
||||||
kernelPackages = lib.mkDefault (pkgs.callPackage ./linux-6.4.nix {
|
kernelPackages = lib.mkDefault (pkgs.callPackage ./linux-6.5.nix {
|
||||||
inherit (config.boot) kernelPatches;
|
inherit (config.boot) kernelPatches;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ lib, callPackage, linuxPackagesFor, kernelPatches, ... }:
|
{ lib, callPackage, linuxPackagesFor, kernelPatches, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
modDirVersion = "6.4.0";
|
modDirVersion = "6.5.0-rc1";
|
||||||
linuxPkg = { lib, fetchFromGitHub, buildLinux, ... }@args:
|
linuxPkg = { lib, fetchFromGitHub, buildLinux, ... }@args:
|
||||||
buildLinux (args // {
|
buildLinux (args // {
|
||||||
version = "${modDirVersion}-starfive-visionfive2";
|
version = "${modDirVersion}-starfive-visionfive2";
|
||||||
|
@ -9,8 +9,8 @@ let
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "starfive-tech";
|
owner = "starfive-tech";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = "e5a381c51d624ffd8784db908a58ae227d0608a4";
|
rev = "64a6c57ec372c44d0f25416c9614657e274fccff";
|
||||||
sha256 = "sha256-gg3+2ITdnpo49UmySiAJnk47STW1I7kF7fsKGBVayRE=";
|
hash = "sha256-ZOCCj/VyUZa36+q6sUnE+qA0FcNCFnQjIUils0hBb28=";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit modDirVersion;
|
inherit modDirVersion;
|
Loading…
Reference in a new issue