Fix for a syscall restart bug on linux-mips

svn path=/nixpkgs/branches/stdenv-updates/; revision=24791
This commit is contained in:
Lluís Batlle i Rossell
2010-11-21 15:26:36 +00:00
parent c1620ef552
commit 13a8b34a81
3 changed files with 18 additions and 0 deletions
@@ -203,6 +203,11 @@ in
patch = ./sheevaplug_modules-2.6.35.patch;
};
mips_restart_2_6_36 =
{ name = "mips_restart_2_6_36";
patch = ./mips_restart.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>.