diff options
author | Vagrant Cascadian <vagrant@debian.org> | 1970-01-01 00:00:36 -0003 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-05 11:39:32 -0700 |
commit | b3b33da07097af1c61d23f662902650dcdeb25af (patch) | |
tree | 46e35193e45575700b6daa7ed6e8278d2f8978f5 /gnu | |
parent | 5e16e4401f854d39f5fbebaf247750e554bd4a09 (diff) |
gnu: linux-libre: Remove 5.6.
The corresponding kernel config files are not yet updated, so remove
linux-libre-5.6 until they can be reviewed. See bug #40190.
* gnu/packages/linux (linux-libre-5.6): Delete variable.
Diffstat (limited to 'gnu')
-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 c8acb42352..aa6a021fef 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -821,12 +821,6 @@ It has been modified to remove all non-free binary blobs.") ;;; Generic kernel packages. ;;; -(define-public linux-libre-5.6 - (make-linux-libre* linux-libre-5.6-version - linux-libre-5.6-source - '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "riscv64-linux") - #:configuration-file kernel-config)) - (define-public linux-libre-5.4 (make-linux-libre* linux-libre-5.4-version linux-libre-5.4-source |