mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
kernel-3.5: add aufs3 patch
This commit is contained in:
parent
705fbf2e8c
commit
fb99c24d7c
|
@ -175,6 +175,20 @@ rec {
|
|||
features.aufs3 = true;
|
||||
};
|
||||
|
||||
aufs3_5 = rec {
|
||||
name = "aufs3.5";
|
||||
version = "3.5";
|
||||
utilRev = "91af15f977d12e02165759620005f6ce1a4d7602";
|
||||
utilHash = "dda4df89828dcf0e4012d88b4aa3eda8c30af69d6530ff5fedc2411de872c996";
|
||||
patch = makeAufs3StandalonePatch {
|
||||
inherit version;
|
||||
rev = "4a5e660ed7f5c1d0467c81c535d0fedcfe62d15f";
|
||||
sha256 = "c474573fc03725053e68db481478be74de98abe2c23be60fe08e2f5f2ab3b188";
|
||||
};
|
||||
features.aufsBase = true;
|
||||
features.aufs3 = true;
|
||||
};
|
||||
|
||||
# Increase the timeout on CIFS requests from 15 to 120 seconds to
|
||||
# make CIFS more resilient to high load on the CIFS server.
|
||||
cifs_timeout_2_6_15 =
|
||||
|
|
|
@ -5750,7 +5750,7 @@ let
|
|||
kernelPatches =
|
||||
[
|
||||
kernelPatches.sec_perm_2_6_24
|
||||
#kernelPatches.aufs3_4
|
||||
kernelPatches.aufs3_5
|
||||
] ++ lib.optionals (platform.kernelArch == "mips")
|
||||
[ kernelPatches.mips_fpureg_emu
|
||||
kernelPatches.mips_fpu_sigill
|
||||
|
|
Loading…
Reference in a new issue