mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
* Reverted accidental change to kernel attribute.
svn path=/nixpkgs/trunk/; revision=10782
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user