* Linux 2.6.18.3.

* fbsplash kernel patch (from Gentoo - better than SUSE's bootsplash).

svn path=/nixpkgs/trunk/; revision=7129
This commit is contained in:
Eelco Dolstra 2006-11-25 11:10:50 +00:00
parent a1b0fb3979
commit f95a14fa22
2 changed files with 9 additions and 3 deletions

View File

@ -10,12 +10,12 @@
assert stdenv.system == "i686-linux";
stdenv.mkDerivation {
name = "linux-2.6.18.1";
name = "linux-2.6.18.3";
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.nl.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.1.tar.bz2;
md5 = "38f00633b02f07819d17bcd87d03eb3a";
url = http://ftp.nl.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.3.tar.bz2;
md5 = "fb10bd4918f22f349131af0b5121b70e";
};
patches = map (p: p.patch) kernelPatches;

View File

@ -2115,6 +2115,12 @@ rec {
md5 = "f7f45fd71464c1091d06eae692ee4ac0";
};
}
{ name = "fbsplash-0.9.2-r5-2.6.18-rc4";
patch = fetchurl {
url = http://dev.gentoo.org/~spock/projects/gensplash/archive/fbsplash-0.9.2-r5-2.6.18-rc4.patch;
md5 = "4bc612e21ae03e9727aa87969185ccdc";
};
}
];
};