about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-04-13 15:20:24 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-04-13 15:20:24 +0200
commitf9ee83ebe9c5098543fd711ae4711fdc827ca3d2 (patch)
tree42eeed01319ce39fabac1f02cad4953dae0402d4 /modules
parent714682873db73daaa19019a16715019db5e1d8c8 (diff)
mmrnmhrm/dnyarri: Update kernel src/cfg to 4.6-rc3
This is -rc3 + 17 commits ahead.

Configuration is once again just to get it to compile, the only new
configuration option that I really want to consider using is
CONFIG_FS_ENCRYPTION, everything else is just "updating config to latest
kernel".

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/system/kernel.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/user/aszlig/system/kernel.nix b/modules/user/aszlig/system/kernel.nix
index 39128817..5f0d8520 100644
--- a/modules/user/aszlig/system/kernel.nix
+++ b/modules/user/aszlig/system/kernel.nix
@@ -18,11 +18,11 @@ let
   in pkgs.writeText "generated.kconf" (mkConf exprs + "\n");
 
   mainlineKernel = {
-    version = "4.5.0-rc5";
+    version = "4.6.0-rc3";
     src = pkgs.fetchgit {
       url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;
-      rev = "81f70ba233d5f660e1ea5fe23260ee323af5d53a";
-      sha256 = "0zr5fq85plb3mpbwz6rczy4478p0rp6mgd0p9bza7wi2ny2xw87a";
+      rev = "1c74a7f812b135d3df41d7c3671b647aed6467bf";
+      sha256 = "05yrym9pidy5kgjxfwm9sw9b4h1jnm218ydafq6fa5xjnf8fmkgx";
     };
   };