* Make 2.6.21 the default.

svn path=/nixpkgs/trunk/; revision=8831
This commit is contained in:
Eelco Dolstra 2007-06-05 11:28:45 +00:00
parent 263048b23d
commit e75d245e3f

View File

@ -2289,7 +2289,7 @@ rec {
modules = [];
};
kernel = kernel_2_6_20;
kernel = kernel_2_6_21;
kernel_2_6_20 = import ../os-specific/linux/kernel/linux-2.6.20.nix {
inherit fetchurl stdenv perl mktemp module_init_tools;