corrected /dev/null patch

svn path=/nixpkgs/trunk/; revision=9363
This commit is contained in:
Michael Raskin 2007-09-23 18:05:11 +00:00
parent 2c25696b76
commit 43e0727f04
2 changed files with 3 additions and 3 deletions

0
pkgs/lib/empty.file Normal file
View file

View file

@ -2762,13 +2762,13 @@ rec {
extraConfig = "CONFIG_FB_SPLASH=y";
}
]++
/*(if (getConfig ["kernel" "no_hz"] false) then */[
(if (getConfig ["kernel" "no_hz"] false) then [
{
name = "Enable-NO_HZ";
patch = /dev/null;
patch = ../lib/empty.file;
extraConfig = "NO_HZ=y\n";
}
]/* else [])*/
] else [])
;
};