about summary refs log tree commit diff
path: root/modules/hardware
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-07-10 15:34:24 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-07-10 15:36:47 +0200
commit0761e93d9fb3d5f6fd7c77ccaddc61c74e8e4a9a (patch)
tree1d6417e57e4b495819d072b3e8c8686a2815cfe3 /modules/hardware
parent9d4575855bf1ae2136d85a2d0aa7b5ede50cfc67 (diff)
hardware/t100ha: Update to latest mainline kernel
Not that this improves anything significant in terms of hardware
support, but I'm debugging on the basis of the -next kernels, so it's
better to stay on latest mainline for the vuizvui builds (current -next
kernels for the last few weeks make the situation even worse).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/t100ha/default.nix15
1 files changed, 7 insertions, 8 deletions
diff --git a/modules/hardware/t100ha/default.nix b/modules/hardware/t100ha/default.nix
index 87f3d8b7..4f85a61f 100644
--- a/modules/hardware/t100ha/default.nix
+++ b/modules/hardware/t100ha/default.nix
@@ -12,18 +12,17 @@ in {
     # few additional patches:
     boot.kernelPackages = let
       nixpkgs = import ../../../nixpkgs-path.nix;
-      linuxNextVersion = "20160426";
       mkKernel = import "${nixpkgs}/pkgs/os-specific/linux/kernel/generic.nix";
       t100haKernel = mkKernel rec {
-        version = "4.6-rc5";
-        modDirVersion = "4.6.0-rc5-next-${linuxNextVersion}";
-        extraMeta.branch = "4.6";
+        version = "4.7-rc6";
+        modDirVersion = "4.7.0-rc6";
+        extraMeta.branch = "4.7";
 
         src = pkgs.fetchgit {
-          url = "git://git.kernel.org/pub/scm/linux/kernel/git/next/"
-              + "linux-next.git";
-          rev = "refs/tags/next-${linuxNextVersion}";
-          sha256 = "0qa5fpli9y3xk01yrc7sy2v4vywlkj7aclslmz79r1ry6smfnv2b";
+          url = "git://git.kernel.org/pub/scm/linux/kernel/git/"
+              + "torvalds/linux.git";
+          rev = "ee40fb2948fc99096836995d4f3ddcc0efbac790";
+          sha256 = "02mdw2wcghsrncrab77pznqx150w2r5jswxb5s71zmzq88bxc6h8";
         };
 
         kernelPatches = [