From de348a0bb7020febde2807e86e2e922fc3e16e72 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 25 Jul 2016 22:01:09 -0400 Subject: gnu: linux-libre: Update to 4.7. * gnu/packages/linux.scm (linux-libre): Update to 4.7. * gnu/packages/linux-libre-4.7-x86_64.conf, gnu/packages/linux-libre-4.7-i686.conf: New files. * gnu/packages/linux-libre-4.6-x86_64.conf, gnu/packages/linux-libre-4.6-i686.conf: Delete files. * Makefile.am (KCONFIGS): Update accordingly. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 576177f6d7..d18e330797 100644 --- a/Makefile.am +++ b/Makefile.am @@ -177,8 +177,8 @@ dist_noinst_DATA = guix/tests.scm # Linux-Libre configurations. KCONFIGS = \ - gnu/packages/linux-libre-4.6-i686.conf \ - gnu/packages/linux-libre-4.6-x86_64.conf \ + gnu/packages/linux-libre-4.7-i686.conf \ + gnu/packages/linux-libre-4.7-x86_64.conf \ gnu/packages/linux-libre-4.4-i686.conf \ gnu/packages/linux-libre-4.4-x86_64.conf \ gnu/packages/linux-libre-4.1-i686.conf \ -- cgit v1.2.3