first commit
This commit is contained in:
16
custom-kernel.nix
Normal file
16
custom-kernel.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||
boot.kernelPatches = [
|
||||
{
|
||||
name = "enable-ov5693";
|
||||
patch = null;
|
||||
extraConfig = ''
|
||||
MEDIA_SUPPORT y
|
||||
VIDEO_DEV y
|
||||
VIDEO_CAMERA_SENSOR y
|
||||
VIDEO_OV5693 y
|
||||
'';
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user