summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-04-24 12:33:23 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-04-24 12:33:23 +0000
commit8c115162c4410aa71bca437cd19da31eccb64f86 (patch)
tree302ad399a6f88883408b18f1b3a468aabf29a792 /pkgs/os-specific
parent617b1fc62e543f0e92b90e7e9effd08ad6d1bf6f (diff)
downloadnixpkgs-8c115162c4410aa71bca437cd19da31eccb64f86.tar
nixpkgs-8c115162c4410aa71bca437cd19da31eccb64f86.tar.gz
nixpkgs-8c115162c4410aa71bca437cd19da31eccb64f86.tar.bz2
nixpkgs-8c115162c4410aa71bca437cd19da31eccb64f86.tar.lz
nixpkgs-8c115162c4410aa71bca437cd19da31eccb64f86.tar.xz
nixpkgs-8c115162c4410aa71bca437cd19da31eccb64f86.tar.zst
nixpkgs-8c115162c4410aa71bca437cd19da31eccb64f86.zip
Updating the nanonote kernel 2.6.36, because I was hitting a bug about stack shrinking:
https://bugzilla.redhat.com/show_bug.cgi?id=643426

No problem in 2.6.36.3.


svn path=/nixpkgs/trunk/; revision=26947
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-nanonote-jz-2.6.36.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-nanonote-jz-2.6.36.nix b/pkgs/os-specific/linux/kernel/linux-nanonote-jz-2.6.36.nix
index ed5eabf025b..14fbe5afe9e 100644
--- a/pkgs/os-specific/linux/kernel/linux-nanonote-jz-2.6.36.nix
+++ b/pkgs/os-specific/linux/kernel/linux-nanonote-jz-2.6.36.nix
@@ -194,11 +194,11 @@ in
 import ./generic.nix (
 
   rec {
-    version = "qi_lb60-2.6.35-openwrt-24283";
+    version = "qi_lb60-2.6.36.3-openwrt-24283";
   
     src = fetchurl {
-      url = "mirror://kernel/linux/kernel/v2.6/linux-2.6.36.tar.bz2";
-      sha256 = "15a076d1a435a6bf8e92834eba4b390b4ec094ce06d47f89d071ca9e5788ce04";
+      url = "mirror://kernel/linux/kernel/v2.6/linux-2.6.36.3.tar.bz2";
+      sha256 = "1kxj4m9f5iplbll1c5inszg5yxywakz533nl5p4ia84mq2ch03dc";
     };
 
     srcPatch = fetchsvn {
@@ -210,7 +210,7 @@ import ./generic.nix (
     preConfigure = ''
       cp -R ${srcPatch}/generic/files/* .
       chmod +w -R *
-      GLOBIGNORE='.:..:*preinit_as_init*'
+      GLOBIGNORE='.:..:*preinit_as_init*:*gpio-for-the-6th-row-of-the-keyboard*'
       for a in ${srcPatch}/generic/patches-2.6.36/* ${srcPatch}/xburst/patches-2.6.36/* ; do
         echo applying patch $a
         patch -p1 < $a