From 8c115162c4410aa71bca437cd19da31eccb64f86 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Sun, 24 Apr 2011 12:33:23 +0000 Subject: 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 --- pkgs/os-specific/linux/kernel/linux-nanonote-jz-2.6.36.nix | 8 ++++---- 1 file 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 -- cgit 1.4.1