starfive visionfive2: update kernel to 6.6.0
This commit is contained in:
parent
e27bf85b46
commit
1721da31f9
2 changed files with 4 additions and 4 deletions
|
|
@ -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.5.nix {
|
||||
kernelPackages = lib.mkDefault (pkgs.callPackage ./linux-6.6.nix {
|
||||
inherit (config.boot) kernelPatches;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue