mips linux: Adding a patch to fix an ext3 bug in 3.5 and 3.6

I made it apply to all Mips, although the bug works only for n32 and o32 ABIs.
We don't support any n64 by now.
This commit is contained in:
Lluís Batlle i Rossell
2012-11-06 00:16:13 +01:00
parent 11094a7960
commit bb3b603ea7
3 changed files with 24 additions and 0 deletions
@@ -262,6 +262,11 @@ rec {
patch = ./mips-fpu-sigill.patch;
};
mips_ext3_n32 =
{ name = "mips-ext3-n32";
patch = ./mips-ext3-n32.patch;
};
guruplug_defconfig =
{ # Default configuration for the GuruPlug. From
# <http://www.openplug.org/plugwiki/images/c/c6/Guruplug-patchset-2.6.33.2.tar.bz2>.