forked from mirrors/nixpkgs
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:
parent
1975eefcb4
commit
3a2f493750
|
@ -978,7 +978,7 @@ let
|
||||||
pg_top = callPackage ../tools/misc/pg_top { };
|
pg_top = callPackage ../tools/misc/pg_top { };
|
||||||
|
|
||||||
pdsh = callPackage ../tools/networking/pdsh {
|
pdsh = callPackage ../tools/networking/pdsh {
|
||||||
rsh = true; # enable internal rsh implementation
|
rsh = true; # enable internal rsh implementation
|
||||||
ssh = openssh;
|
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
|
/* Linux kernel modules are inherently tied to a specific kernel. So
|
||||||
rather than provide specific instances of those packages for a
|
rather than provide specific instances of those packages for a
|
||||||
specific kernel, we have a function that builds those packages
|
specific kernel, we have a function that builds those packages
|
||||||
|
|
Loading…
Reference in a new issue