Linux: Add GuruPlug-related patches.

svn path=/nixpkgs/trunk/; revision=23833
This commit is contained in:
Ludovic Courtès
2010-09-17 15:56:42 +00:00
parent 2739c3aa1e
commit 078353fc15
3 changed files with 2747 additions and 1 deletions
+18 -1
View File
@@ -197,5 +197,22 @@ in
{ name = "dell-rfkill";
patch = ./dell-rfkill.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>.
name = "guruplug-defconfig";
patch = ./guruplug-defconfig.patch;
};
guruplug_arch_number =
{
# Hack to match the `arch_number' of the U-Boot that ships with the
# GuruPlug. This is only needed when using this specific U-Boot
# binary. See
# <http://www.plugcomputer.org/plugwiki/index.php/Compiling_Linux_Kernel_for_the_Plug_Computer>.
name = "guruplug-arch-number";
patch = ./guruplug-mach-type.patch;
};
}