From c52934a661705888f077e93d304a5d64df94198f Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 15 Feb 2016 09:58:40 +0100 Subject: 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 --- modules/user/aszlig/system/kernel.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/user') 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"; }; }; -- cgit 1.4.1