mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
remove defconfig patch
This commit is contained in:
parent
daa8c09f85
commit
6fb5ac7a0f
3 changed files with 2 additions and 2546 deletions
|
@ -108,7 +108,7 @@ with (lib.kernel.whenHelpers version);
|
|||
DRM_NOUVEAU = no;
|
||||
DRM_AMDGPU = no;
|
||||
|
||||
#pahole causes OOM(6GiB> including zram) on build, disableing it as a mitigation
|
||||
#pahole causes OOM(6GiB> including zram) during build, disabling it as a mitigation
|
||||
CONFIG_BPF = lib.mkForce no;
|
||||
BPF_SYSCALL = lib.mkForce no;
|
||||
BPF_JIT = lib.mkForce no;
|
||||
|
|
|
@ -30,7 +30,6 @@ let
|
|||
patch = path;
|
||||
}
|
||||
);
|
||||
# patches = [ ./pinephonepro_defconfig.patch ];
|
||||
patches = [ ];
|
||||
in
|
||||
buildLinux (
|
||||
|
@ -43,14 +42,11 @@ buildLinux (
|
|||
inherit pver upstream_patch;
|
||||
src = src_pine64;
|
||||
};
|
||||
features = {
|
||||
debug = true; # needed for BTF generation
|
||||
};
|
||||
features = { };
|
||||
structuredExtraConfig = import ./config.nix {
|
||||
inherit lib;
|
||||
version = pver;
|
||||
};
|
||||
# autoModules = false;
|
||||
|
||||
kernelPatches = kernelPatches ++ map apply_patch patches;
|
||||
extraMeta = {
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue