diff options
author | Mark H Weaver <mhw@netris.org> | 2017-05-01 17:38:34 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-05-01 17:38:34 -0400 |
commit | dd5bb841bf612e8f93689d11fc6ca670877ed060 (patch) | |
tree | 1834c2be9cd4342b4717c25b32c6528843c42e81 /gnu | |
parent | 1c4a500aae53b8cd33d1266eb3809b859ae2555d (diff) | |
download | patches-dd5bb841bf612e8f93689d11fc6ca670877ed060.tar patches-dd5bb841bf612e8f93689d11fc6ca670877ed060.tar.gz |
Revert "gnu: linux-libre: Update to 4.11."
This reverts commit cfd2ca8244bc7a5c130677718ad2ad75f7316c68.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 66fb328a3a..f4bbd98912 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -353,8 +353,8 @@ It has been modified to remove all non-free binary blobs.") (define %intel-compatible-systems '("x86_64-linux" "i686-linux")) -(define %linux-libre-version "4.11") -(define %linux-libre-hash "0j1bzzq9iq5i1zm7gnig8v0clr8wq303kvcdsaifc0r0ggz1mx1n") +(define %linux-libre-version "4.10.13") +(define %linux-libre-hash "0sl3w4id3amahv42xg2ac0lqhxn5dih2vm7wyxnfja4c3g4hshn4") (define-public linux-libre (make-linux-libre %linux-libre-version |