summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-09-17 19:10:21 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-09-17 19:10:21 +0000
commit2c5de6132761328a58a89e6813eef856f0c606a9 (patch)
treeb07fabdf24d8ea31fa839f7c8f913164751849eb /pkgs/os-specific/linux/kernel/patches.nix
parent28841f686c8c93d1974c39fcf39a2bc0be784dc4 (diff)
parent83bfd425349459898b1cf16330518c9a330b32ec (diff)
downloadnixpkgs-2c5de6132761328a58a89e6813eef856f0c606a9.tar
nixpkgs-2c5de6132761328a58a89e6813eef856f0c606a9.tar.gz
nixpkgs-2c5de6132761328a58a89e6813eef856f0c606a9.tar.bz2
nixpkgs-2c5de6132761328a58a89e6813eef856f0c606a9.tar.lz
nixpkgs-2c5de6132761328a58a89e6813eef856f0c606a9.tar.xz
nixpkgs-2c5de6132761328a58a89e6813eef856f0c606a9.tar.zst
nixpkgs-2c5de6132761328a58a89e6813eef856f0c606a9.zip
Updating from trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23840
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix19
1 files changed, 18 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 99a93afa85d..a1229912b38 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -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;
+    };
 }