about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-02-15 09:58:40 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-02-15 09:58:40 +0100
commitc52934a661705888f077e93d304a5d64df94198f (patch)
tree12916f504c8a7be40ea2802c145080f4e2f9b188 /modules
parent91fcd06a66be3c0b14077ff2882f2b5de83e767c (diff)
mmrnmhrm/dnyarri: Update kernel src/cfg to 4.5-rc4
Geesh, the configuration is getting more and more rotten and it's time
to make this in a more generic configuration *very* soon.

The configuration does have a lot of cruft in it because it's a bunch of
"make oldconfig" iterations and no cleanup in-between.

In addition, even if I'd do the cleanup I'd probably want common options
to be factored out.

But for now let's keep the config as-is until 4.6 comes out and we
either play the "make oldconfig" game again or we finally rewrite it.

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 b1f666e4..cb28f523 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.4.0-rc8";
+    version = "4.5.0-rc4";
     src = pkgs.fetchgit {
       url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;
-      rev = "02006f7a7a715af10974a30b7ad8e6ee340f954c";
-      sha256 = "1m08bjbizh2w04l17rq0mkmrayfrhrrsbymaawlr5mi2gvv9rmca";
+      rev = "1926e54f115725a9248d0c4c65c22acaf94de4c4";
+      sha256 = "149i83f0563mbq30y60h73hm5kfi68m0d2kbwq2di5dwz807c14c";
     };
   };