1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* Put the platform in the config file name.

svn path=/nixpkgs/trunk/; revision=7737
This commit is contained in:
Eelco Dolstra 2007-01-22 11:05:17 +00:00
parent 8db4c2d806
commit 2fccf41b94
3 changed files with 1 additions and 19 deletions

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation {
patches = map (p: p.patch) kernelPatches;
config = ./config-2.6.19.1-up;
config = ./config-2.6.19.1-i686-up;
buildInputs = [perl mktemp];
arch="i386";

View file

@ -2192,24 +2192,6 @@ rec {
kernel = kernel_2_6_19;
kernel_2_6_18 = import ../os-specific/linux/kernel/linux-2.6.18.nix {
inherit fetchurl stdenv perl mktemp module_init_tools;
kernelPatches = [
{ name = "skas-2.6.18-v9-pre9";
patch = fetchurl {
url = http://www.user-mode-linux.org/~blaisorblade/patches/skas3-2.6/skas-2.6.18-v9-pre9/skas-2.6.18-v9-pre9.patch.bz2;
md5 = "f7f45fd71464c1091d06eae692ee4ac0";
};
}
{ name = "fbsplash-0.9.2-r5-2.6.18-rc4";
patch = fetchurl {
url = http://dev.gentoo.org/~spock/projects/gensplash/archive/fbsplash-0.9.2-r5-2.6.18-rc4.patch;
md5 = "4bc612e21ae03e9727aa87969185ccdc";
};
}
];
};
kernel_2_6_19 = import ../os-specific/linux/kernel/linux-2.6.19.nix {
inherit fetchurl stdenv perl mktemp module_init_tools;
kernelPatches = [