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. --- gnu/packages/linux.scm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9212b40a1c..cdeb8e92c7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -338,8 +338,8 @@ It has been modified to remove all non-free binary blobs.") (define %intel-compatible-systems '("x86_64-linux" "i686-linux")) -(define %linux-libre-version "4.9.11") -(define %linux-libre-hash "1gypfg2984zr4z7hihnl3bbpxnk1mrqbynb6xd8ad2v2z04aw13q") +(define %linux-libre-version "4.10") +(define %linux-libre-hash "167zzgkivpqsp07did25wjqsswddzp3gifcdkq7xk00llxlmspla") (define-public linux-libre (make-linux-libre %linux-libre-version @@ -347,6 +347,12 @@ It has been modified to remove all non-free binary blobs.") %intel-compatible-systems #:configuration-file kernel-config)) +(define-public linux-libre-4.9 + (make-linux-libre "4.9.11" + "1gypfg2984zr4z7hihnl3bbpxnk1mrqbynb6xd8ad2v2z04aw13q" + %intel-compatible-systems + #:configuration-file kernel-config)) + (define-public linux-libre-4.4 (make-linux-libre "4.4.50" "0c157kk0vgrb1fsyy4q3czqdg4npgql82n6p303afy8ylh2w6d3l" -- cgit v1.2.3