From 52d901da0ca671c9cc79467c554ec5144e14e3fc Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 20 Feb 2017 00:26:59 -0500 Subject: gnu: linux-libre: Update to 4.10. Keep 4.9 as longterm release. * gnu/packages/linux.scm (%linux-libre-version): Update to 4.10. (%linux-libre-hash): Update hash. (linux-libre-4.9): New variable. * gnu/packages/linux-libre-4.10-x86_64.conf, gnu/packages/linux-libre-4.10-i686.conf: New files. * Makefile.am (KCONFIGS): Add them. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8fe22d48ad..0de2e0987c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ # Copyright © 2013 Andreas Enge # Copyright © 2015 Alex Kost # Copyright © 2016 Mathieu Lirzin -# Copyright © 2016 Mark H Weaver +# Copyright © 2016, 2017 Mark H Weaver # # This file is part of GNU Guix. # @@ -198,6 +198,8 @@ dist_noinst_DATA = guix/tests.scm guix/tests/http.scm # Linux-Libre configurations. KCONFIGS = \ + gnu/packages/linux-libre-4.10-i686.conf \ + gnu/packages/linux-libre-4.10-x86_64.conf \ gnu/packages/linux-libre-4.9-i686.conf \ gnu/packages/linux-libre-4.9-x86_64.conf \ gnu/packages/linux-libre-4.4-i686.conf \ -- cgit 1.4.1