diff options
author | Mark H Weaver <mhw@netris.org> | 2016-05-24 01:28:57 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-05-25 04:54:06 -0400 |
commit | 2301195f2e63ca079c1a2564479f4fbbc746e586 (patch) | |
tree | 05950ed6590c446e169896047c092ab9e91a1853 /Makefile.am | |
parent | 92a7e46d58c59953cc4b35dcd1413ebfc0de8ec0 (diff) | |
download | patches-2301195f2e63ca079c1a2564479f4fbbc746e586.tar patches-2301195f2e63ca079c1a2564479f4fbbc746e586.tar.gz |
gnu: linux-libre: Update to 4.6.
* gnu/packages/linux.scm (linux-libre): Update to 4.6.
* gnu/packages/linux-libre-4.6-x86_64.conf,
gnu/packages/linux-libre-4.6-i686.conf: New files.
* gnu/packages/linux-libre-4.5-x86_64.conf,
gnu/packages/linux-libre-4.5-i686.conf: Delete files.
* Makefile.am (KCONFIGS): Update accordingly.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c2c571cf3b..8ab574b401 100644 --- a/Makefile.am +++ b/Makefile.am @@ -174,8 +174,8 @@ dist_noinst_DATA = guix/tests.scm # Linux-Libre configurations. KCONFIGS = \ - gnu/packages/linux-libre-4.5-i686.conf \ - gnu/packages/linux-libre-4.5-x86_64.conf \ + gnu/packages/linux-libre-4.6-i686.conf \ + gnu/packages/linux-libre-4.6-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 \ |