commit
e9f2267f8f
@ -1,16 +0,0 @@
|
|||||||
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, ncurses, ... } @ args:
|
|
||||||
|
|
||||||
buildLinux (args // rec {
|
|
||||||
version = "4.12.2";
|
|
||||||
extraMeta.branch = "4.12-2";
|
|
||||||
|
|
||||||
src =
|
|
||||||
let upstream = fetchFromGitHub {
|
|
||||||
owner = "raphael";
|
|
||||||
repo = "linux-samus";
|
|
||||||
rev = "v${extraMeta.branch}";
|
|
||||||
sha256 = "1dr74i79p8r13522w2ppi8gnjd9bhngc9d2hsn91ji6f5a8fbxx9";
|
|
||||||
}; in "${upstream}/build/linux";
|
|
||||||
|
|
||||||
extraMeta.platforms = [ "x86_64-linux" ];
|
|
||||||
} // (args.argsOverride or {}))
|
|
@ -14323,17 +14323,6 @@ with pkgs;
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
linux_samus_4_12 = callPackage ../os-specific/linux/kernel/linux-samus-4.12.nix {
|
|
||||||
kernelPatches =
|
|
||||||
[ kernelPatches.bridge_stp_helper
|
|
||||||
kernelPatches.p9_fixes
|
|
||||||
# See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
|
|
||||||
# when adding a new linux version
|
|
||||||
kernelPatches.cpu-cgroup-v2."4.11"
|
|
||||||
kernelPatches.modinst_arg_list_too_long
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
linux_hardkernel_4_14 = callPackage ../os-specific/linux/kernel/linux-hardkernel-4.14.nix {
|
linux_hardkernel_4_14 = callPackage ../os-specific/linux/kernel/linux-hardkernel-4.14.nix {
|
||||||
kernelPatches = [
|
kernelPatches = [
|
||||||
kernelPatches.bridge_stp_helper
|
kernelPatches.bridge_stp_helper
|
||||||
@ -14561,11 +14550,6 @@ with pkgs;
|
|||||||
|
|
||||||
linuxPackages_latest_xen_dom0_hardened = recurseIntoAttrs (hardenedLinuxPackagesFor (pkgs.linux_latest.override { features.xen_dom0=true; }));
|
linuxPackages_latest_xen_dom0_hardened = recurseIntoAttrs (hardenedLinuxPackagesFor (pkgs.linux_latest.override { features.xen_dom0=true; }));
|
||||||
|
|
||||||
# Samus kernels
|
|
||||||
linuxPackages_samus_4_12 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_samus_4_12);
|
|
||||||
linuxPackages_samus_latest = linuxPackages_samus_4_12;
|
|
||||||
linux_samus_latest = linuxPackages_samus_latest.kernel;
|
|
||||||
|
|
||||||
# Hardkernel (Odroid) kernels.
|
# Hardkernel (Odroid) kernels.
|
||||||
linuxPackages_hardkernel_4_14 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_hardkernel_4_14);
|
linuxPackages_hardkernel_4_14 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_hardkernel_4_14);
|
||||||
linuxPackages_hardkernel_latest = linuxPackages_hardkernel_4_14;
|
linuxPackages_hardkernel_latest = linuxPackages_hardkernel_4_14;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user