diff --git a/helpers/make-firmware-free b/helpers/make-firmware-free
index b513cc2e562f2c899c98df9b018d7c3515b26299..4f2d92feadb335c6fbd94fb676085d294bc14d91 100644
--- a/helpers/make-firmware-free
+++ b/helpers/make-firmware-free
@@ -17,13 +17,14 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 EXTERNAL='deb-src http://ftp.us.debian.org/debian testing main'
 REPOKEY=7638D0442B90D010
 
 . ./config
 
 sed '/Build-Depends/s/$/, python-configparser/' -i debian/control debian/templates/control.source.in
+sed '/Suggests/s/$/\nProvides: linux-firmware/' -i debian/control debian/templates/control.binary.in
 
 changelog "Imported into Trisquel"