starfive visionfive2: update kernel to 6.5.0-rc1

This commit is contained in:
Nick Cao 2023-07-26 14:44:47 +08:00 committed by Jörg Thalheim
parent 258b9faff0
commit e8159d4e3d
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
supportedFilesystems =
lib.mkForce [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];
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;
});