diff options
author | Mark H Weaver <mhw@netris.org> | 2016-03-14 22:30:27 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-03-15 11:09:00 -0400 |
commit | 75b314a615e7f1a62483046eb1d569ed88fd8530 (patch) | |
tree | 4b8c7c1a66bb3f4be0b5f11aaaca64e6c46dc1bb /Makefile.am | |
parent | 4d343a141b4d30a04b239fd3070fb7c12ba8b4a0 (diff) | |
download | patches-75b314a615e7f1a62483046eb1d569ed88fd8530.tar patches-75b314a615e7f1a62483046eb1d569ed88fd8530.tar.gz |
gnu: linux-libre: Update to 4.5, while preserving linux-libre-4.4.
* gnu/packages/linux-libre-x86_64.conf: Rename to ...
* gnu/packages/linux-libre-4.4-x86_64.conf: ... this.
* gnu/packages/linux-libre-i686.conf: Rename to ...
* gnu/packages/linux-libre-4.4-i686.conf: ... this.
* gnu/packages/linux-libre-4.5-i686.conf,
gnu/packages/linux-libre-4.5-x86_64.conf: New files.
* Makefile.am (KCONFIGS): Update accordingly.
* gnu/packages/linux.scm (linux-libre): Update to 4.5.
(linux-libre-4.4): New variable.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 92a3bc5f82..8a5430794a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -173,8 +173,10 @@ dist_noinst_DATA = guix/tests.scm # Linux-Libre configurations. KCONFIGS = \ - gnu/packages/linux-libre-i686.conf \ - gnu/packages/linux-libre-x86_64.conf \ + gnu/packages/linux-libre-4.5-i686.conf \ + gnu/packages/linux-libre-4.5-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 \ gnu/packages/linux-libre-4.1-x86_64.conf |