Author: shlevy
Date: Wed Sep 28 22:13:59 2011
New Revision: 29536
URL: https://ssl.nixos.org/websvn/nix/?rev=29536&sc=1
Log:
Add features.aufs2 to old kernels
Modified:
nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix
Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix Wed Sep 28
21:59:07 2011 (r29535)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix Wed Sep 28
22:13:59 2011 (r29536)
@@ -211,6 +211,7 @@
name = "aufs2";
patch = ./aufs2.patch;
features.aufsBase = true;
+ features.aufs2 = true;
};
aufs2_2_6_33 =
@@ -220,6 +221,7 @@
name = "aufs2";
patch = ./aufs2-33.patch;
features.aufsBase = true;
+ features.aufs2 = true;
};
aufs2_2_6_34 =
@@ -229,6 +231,7 @@
name = "aufs2";
patch = ./aufs2-34.patch;
features.aufsBase = true;
+ features.aufs2 = true;
};
aufs2_2_6_35 =
@@ -238,6 +241,7 @@
name = "aufs2";
patch = ./aufs2-35.patch;
features.aufsBase = true;
+ features.aufs2 = true;
};
aufs2_2_6_36 =
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits