* Revert to 2.6.32.18 for now, because we get a lot of "BUG:
scheduling while atomic" errors (e.g. http://hydra.nixos.org/build/568323/log/raw). This might be fixed by this patch: http://lkml.org/lkml/2010/8/6/672 svn path=/nixpkgs/trunk/; revision=23272
This commit is contained in:
parent
3be78e74fb
commit
7dea1a0f4f
@ -206,11 +206,11 @@ in
|
||||
import ./generic.nix (
|
||||
|
||||
rec {
|
||||
version = "2.6.32.19";
|
||||
version = "2.6.32.18";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v2.6/linux-${version}.tar.bz2";
|
||||
sha256 = "09scjb73gqnby49ahkmabzlg0v72pqc7nvicr207a4nyhijfi6fw";
|
||||
sha256 = "1z35clz0176blqk3ygfim0a6y7b4ndbjpc1pkz7pxnscsj1kl9k7";
|
||||
};
|
||||
|
||||
config = configWithPlatform stdenv.platform;
|
||||
|
Loading…
Reference in New Issue
Block a user