3
0
Fork 0
forked from mirrors/nixpkgs

Add AMD64 config for 2.6.31-rc3

svn path=/nixpkgs/trunk/; revision=16346
This commit is contained in:
Michael Raskin 2009-07-14 09:57:51 +00:00
parent 64c89c7532
commit 396ae631ea
2 changed files with 4733 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,7 @@ import ./generic.nix (
config =
if stdenv.system == "i686-linux" then ./config-2.6.31-rc3-all-mod-i686 else
#if stdenv.system == "x86_64-linux" then ./config-2.6.29-x86_64-smp else
if stdenv.system == "x86_64-linux" then ./config-2.6.31-rc3-all-mod-amd64 else
abort "No kernel configuration for your platform!";
}