diff options
author | Mark H Weaver <mhw@netris.org> | 2018-07-04 19:12:27 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-07-04 19:30:06 -0400 |
commit | cc78392923e534f181ef451c177c607b32349213 (patch) | |
tree | fb0349ef725e93cfb3de8b9730b86ce2ec66f167 /gnu/packages/linux.scm | |
parent | 08d1a8b1381db3851330031e1309892a28345029 (diff) | |
download | guix-cc78392923e534f181ef451c177c607b32349213.tar.gz |
gnu: Remove linux-libre@4.1.
* gnu/packages/linux.scm (linux-libre-4.1): Remove variable. * gnu/packages/aux-files/linux-libre/4.1-i686.conf, gnu/packages/aux-files/linux-libre/4.1-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 50f90e165d..052ae7965b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -432,12 +432,6 @@ It has been modified to remove all non-free binary blobs.") %intel-compatible-systems #:configuration-file kernel-config)) -(define-public linux-libre-4.1 - (make-linux-libre "4.1.52" - "0a2flzf79kz9c1y9zpxdclsfivp38d2sgnwifg4gvyqixdy63sk9" - %intel-compatible-systems - #:configuration-file kernel-config)) - (define-public linux-libre-arm-generic (make-linux-libre %linux-libre-version %linux-libre-hash |