Author: raskin
Date: Sat Aug 14 16:04:02 2010
New Revision: 23173
URL: https://svn.nixos.org/websvn/nix/?rev=23173&sc=1

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

Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Sat Aug 14 09:46:55 
2010        (r23172)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Sat Aug 14 16:04:02 
2010        (r23173)
@@ -978,7 +978,7 @@
   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 @@
       ];
   };
 
+  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
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to