Remove linux_3_10_tuxonice, standard hibernate now works for me
This commit is contained in:
parent
64cd30518d
commit
d2193736db
@ -7324,15 +7324,6 @@ let
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
linux_3_10_tuxonice = linux_3_10.override (attrs: {
|
|
||||||
kernelPatches = attrs.kernelPatches ++ [
|
|
||||||
kernelPatches.tuxonice_3_10
|
|
||||||
];
|
|
||||||
extraConfig = ''
|
|
||||||
TOI_CORE y
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
|
|
||||||
linux_3_12 = makeOverridable (import ../os-specific/linux/kernel/linux-3.12.nix) {
|
linux_3_12 = makeOverridable (import ../os-specific/linux/kernel/linux-3.12.nix) {
|
||||||
inherit fetchurl stdenv perl buildLinux;
|
inherit fetchurl stdenv perl buildLinux;
|
||||||
kernelPatches = lib.optionals ((platform.kernelArch or null) == "mips")
|
kernelPatches = lib.optionals ((platform.kernelArch or null) == "mips")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user