Add fbcondecor for 2.6.38
svn path=/nixpkgs/trunk/; revision=26876
This commit is contained in:
parent
964d56e060
commit
dedd972a16
@ -128,6 +128,17 @@ in
|
|||||||
features.fbConDecor = true;
|
features.fbConDecor = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fbcondecor_2_6_38 =
|
||||||
|
rec {
|
||||||
|
name = "fbcondecor-0.9.6-2.6.38";
|
||||||
|
patch = fetchurl {
|
||||||
|
url = "http://dev.gentoo.org/~spock/projects/fbcondecor/archive/${name}.patch";
|
||||||
|
sha256 = "1l8xqf5z227m5ay6azqba1qw10y26a4cwfhzzapzmmwq1bpr8mlw";
|
||||||
|
};
|
||||||
|
extraConfig = fbcondecorConfig;
|
||||||
|
features.fbConDecor = true;
|
||||||
|
};
|
||||||
|
|
||||||
# From http://patchwork.kernel.org/patch/19495/
|
# From http://patchwork.kernel.org/patch/19495/
|
||||||
ext4_softlockups_2_6_28 =
|
ext4_softlockups_2_6_28 =
|
||||||
{ name = "ext4-softlockups-fix";
|
{ name = "ext4-softlockups-fix";
|
||||||
|
@ -5166,7 +5166,7 @@ let
|
|||||||
linux_2_6_38 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.38.nix) {
|
linux_2_6_38 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.38.nix) {
|
||||||
inherit fetchurl stdenv perl mktemp module_init_tools ubootChooser;
|
inherit fetchurl stdenv perl mktemp module_init_tools ubootChooser;
|
||||||
kernelPatches =
|
kernelPatches =
|
||||||
[ #kernelPatches.fbcondecor_2_6_35
|
[ kernelPatches.fbcondecor_2_6_38
|
||||||
kernelPatches.sec_perm_2_6_24
|
kernelPatches.sec_perm_2_6_24
|
||||||
kernelPatches.aufs2_1_2_6_38
|
kernelPatches.aufs2_1_2_6_38
|
||||||
#kernelPatches.mips_restart_2_6_36
|
#kernelPatches.mips_restart_2_6_36
|
||||||
|
Loading…
x
Reference in New Issue
Block a user