* Reverted accidental change to kernel attribute.

svn path=/nixpkgs/trunk/; revision=10782
This commit is contained in:
Eelco Dolstra 2008-02-20 13:54:08 +00:00
parent a1bcd5d936
commit 3a49502530

View File

@ -3816,8 +3816,7 @@ rec {
modules = [];
};
# kernel = kernel_2_6_23;
kernel = kernel_2_6_21_ck;
kernel = kernel_2_6_23;
systemKernel = (if (getConfig ["kernel" "version"] "2.6.21") == "2.6.22" then
kernel_2_6_22 else if (getConfig ["kernel" "version"] "2.6.21") == "2.6.23" then