From b0f4fe35782482444d1999ce64d4fd18cd08d729 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Thu, 11 Jun 2015 18:26:46 +0200
Subject: [PATCH] Fix compilation issue on missing fwinfo file

---
 helpers/make-linux | 1 -
 1 file changed, 1 deletion(-)

diff --git a/helpers/make-linux b/helpers/make-linux
index b1d7666f0..84bde116d 100644
--- a/helpers/make-linux
+++ b/helpers/make-linux
@@ -49,7 +49,6 @@ find debian* -type f -name *control* -exec sed 's/ with Ubuntu patches//; s/Linu
 # Descriptions should not change based on the build arch
 sed 's/on DESC//; s/PKGVER on/PKGVER/; /^ DESC.$/d;' debian*/control.d/flavour-control.stub -i
 
-sed '/^firmware/d' ./debian*/abi/*/fwinfo -i
 echo > ./debian.master/d-i/firmware/nic-modules
 echo > ./debian.master/d-i/firmware/scsi-modules
 
-- 
GitLab