Author: simons
Date: Wed Feb 22 20:29:18 2012
New Revision: 32483
URL: https://nixos.org/websvn/nix/?rev=32483&sc=1
Log:
linux kernel 3.2 : added aufs patches
Modified:
nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix
nixpkgs/trunk/pkgs/top-level/all-packages.nix
Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix Wed Feb 22
20:29:15 2012 (r32482)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix Wed Feb 22
20:29:18 2012 (r32483)
@@ -322,6 +322,20 @@
features.aufs3 = true;
};
+ aufs3_2 = rec {
+ name = "aufs3.2";
+ version = "3.2";
+ utilRev = "a953b0218667e06b722f4c41df29edacd8dc8e1f";
+ utilHash =
"28ac4c1a07b2c30fb61a6facc9cedcf67b14f303baedf1b121aeb6293ea49eb4";
+ patch = makeAufs3StandalonePatch {
+ inherit version;
+ rev = "9c4bbeb58f0ecc235ea820ae320efa2c0006e033";
+ sha256 =
"5363a7f5fbadaef9457e743a5781f2525332c4bbb91693ca2596ab2d8f7860ea";
+ };
+ 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 =
Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix Wed Feb 22 20:29:15
2012 (r32482)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Wed Feb 22 20:29:18
2012 (r32483)
@@ -5735,7 +5735,7 @@
kernelPatches =
[ #kernelPatches.fbcondecor_2_6_38
kernelPatches.sec_perm_2_6_24
- #kernelPatches.aufs3_1
+ kernelPatches.aufs3_2
#kernelPatches.mips_restart_2_6_36
];
};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits