corrected /dev/null patch
svn path=/nixpkgs/trunk/; revision=9363
This commit is contained in:
parent
2c25696b76
commit
43e0727f04
0
pkgs/lib/empty.file
Normal file
0
pkgs/lib/empty.file
Normal file
@ -2762,13 +2762,13 @@ rec {
|
|||||||
extraConfig = "CONFIG_FB_SPLASH=y";
|
extraConfig = "CONFIG_FB_SPLASH=y";
|
||||||
}
|
}
|
||||||
]++
|
]++
|
||||||
/*(if (getConfig ["kernel" "no_hz"] false) then */[
|
(if (getConfig ["kernel" "no_hz"] false) then [
|
||||||
{
|
{
|
||||||
name = "Enable-NO_HZ";
|
name = "Enable-NO_HZ";
|
||||||
patch = /dev/null;
|
patch = ../lib/empty.file;
|
||||||
extraConfig = "NO_HZ=y\n";
|
extraConfig = "NO_HZ=y\n";
|
||||||
}
|
}
|
||||||
]/* else [])*/
|
] else [])
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user