* Linux 2.6.27.7

svn path=/nixpkgs/trunk/; revision=13487
This commit is contained in:
Eelco Dolstra 2008-11-28 13:12:43 +00:00
parent 31d4efb9d7
commit 3189f877d0
2 changed files with 9 additions and 2 deletions

View File

@ -28,7 +28,7 @@ let
lib = stdenv.lib;
version = "2.6.27.4";
version = "2.6.27.7";
baseFeatures = {
iwlwifi = true;
@ -49,7 +49,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v2.6/linux-${version}.tar.bz2";
sha256 = "1910dzmm37lfs1z5c01dyga16c8z8b86ivwgzr9nbd1l6rrndixb";
sha256 = "0l59jf8nb3ds1gaqd643k17j4n8pg4i0pmyb4hyczyszhpy7aw4f";
};
patches = map (p: p.patch) kernelPatches;

View File

@ -249,6 +249,13 @@ let
inherit (pkgs.kernelPackages_2_6_26)
kernel
klibc
# splashutils
;
};
kernelPackages_2_6_27 = pkgs.recurseIntoAttrs {
inherit (pkgs.kernelPackages_2_6_27)
kernel
klibc
# splashutils
;
};