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