Add latest Linux kernel for real i686 platform, not modern amd64-in-32bit-mode

svn path=/nixpkgs/trunk/; revision=23173
This commit is contained in:
Michael Raskin 2010-08-14 16:04:02 +00:00
parent 1975eefcb4
commit 3a2f493750

View file

@ -978,7 +978,7 @@ let
pg_top = callPackage ../tools/misc/pg_top { };
pdsh = callPackage ../tools/networking/pdsh {
rsh = true; # enable internal rsh implementation
rsh = true; # enable internal rsh implementation
ssh = openssh;
};
@ -4531,6 +4531,16 @@ let
];
};
linux_2_6_35_oldI686 = linuxPackages_2_6_35.override {
extraConfig = ''
HIGHMEM64G? n
XEN? n
'';
extraMeta = {
platforms = ["i686-linux"];
};
};
/* Linux kernel modules are inherently tied to a specific kernel. So
rather than provide specific instances of those packages for a
specific kernel, we have a function that builds those packages