From 15b5a8fdf40972670ddb672f6f08dc229592dd0d Mon Sep 17 00:00:00 2001
From: Ark74 <ark@switnet.org>
Date: Wed, 13 Oct 2021 13:01:48 -0500
Subject: [PATCH] Remove force from linux-libre deblob

---
 helpers/make-linux-hwe-5.8 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/helpers/make-linux-hwe-5.8 b/helpers/make-linux-hwe-5.8
index cab40f82..138edff5 100644
--- a/helpers/make-linux-hwe-5.8
+++ b/helpers/make-linux-hwe-5.8
@@ -21,7 +21,6 @@
 #
 
 VERSION=4
-#61520e9 
 
 . ./config
 
@@ -58,7 +57,7 @@ for DIR in $PRESERVEDIRS; do
   cp $DIR $TMPDIR --parents -a
 done
 
-sh $DATA/deblob-5.8 --force
+sh $DATA/deblob-5.8
 
 echo "Reverting deblobbing for files patched by silent-accept-firmware"
 cp $TMPDIR/* . -av
-- 
GitLab