From 90ff53af56722b01cc706da5d4801ff66a39a6b4 Mon Sep 17 00:00:00 2001
From: Mark H Weaver <mhw@netris.org>
Date: Thu, 23 Jul 2020 00:19:15 -0400
Subject: [PATCH] gnu: linux-libre@4.4: Update to 4.4.231.

* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.231.
(linux-libre-4.4-pristine-source): Update hash.
(linux-libre-4.4-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.4): Update to 4.4.231.
---
 gnu/packages/linux.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b0077c0a98f..f6c53b56ce4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -230,7 +230,7 @@ (define deblob-scripts-4.9
 
 (define deblob-scripts-4.4
   (linux-libre-deblob-scripts
-   "4.4.230"
+   "4.4.231"
    (base32 "0x2j1i88am54ih2mk7gyl79g25l9zz4r08xhl482l3fvjj2irwbw")
    (base32 "0hhin1jpfkd6nwrb6xqxjzl3hdxy4pn8a15hy2d3d83yw6pflbsf")))
 
@@ -415,10 +415,10 @@ (define-public linux-libre-4.9-pristine-source
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.9)))
 
-(define-public linux-libre-4.4-version "4.4.230")
+(define-public linux-libre-4.4-version "4.4.231")
 (define-public linux-libre-4.4-pristine-source
   (let ((version linux-libre-4.4-version)
-        (hash (base32 "1qx74qli8yjc2rkb7kig79c1yv7pfqa8zi1wi0rndn4d4yk62cfa")))
+        (hash (base32 "1c6p5hv18isa328pvpa3qmmsg4qsssf2mwsx3hzn489rb8ycdxp7")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.4)))
@@ -485,8 +485,7 @@ (define-public linux-libre-4.9-source
 
 (define-public linux-libre-4.4-source
   (source-with-patches linux-libre-4.4-pristine-source
-                       (list %boot-logo-patch
-                             %linux-libre-fix-atheros-9271-patch)))
+                       (list %boot-logo-patch)))
 
 
 ;;;
-- 
GitLab