* Reverted accidental change to kernel attribute.
svn path=/nixpkgs/trunk/; revision=10782
This commit is contained in:
parent
a1bcd5d936
commit
3a49502530
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user