* 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:
parent
a1b0fb3979
commit
f95a14fa22
@ -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;
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user