* Put the platform in the config file name.
svn path=/nixpkgs/trunk/; revision=7737
This commit is contained in:
parent
8db4c2d806
commit
2fccf41b94
@ -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";
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user