From fbb09c7b5b131ea807de08938bdc7656852df97b Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 12 Jun 2020 14:59:59 -0400 Subject: [PATCH] debian-installer added wireless firmware udebs --- helpers/make-debian-installer | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/helpers/make-debian-installer b/helpers/make-debian-installer index b7d3019c..9e6792fe 100644 --- a/helpers/make-debian-installer +++ b/helpers/make-debian-installer @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2009-2018 Ruben Rodriguez <ruben@trisquel.info> +# Copyright (C) 2009-2020 Ruben Rodriguez <ruben@trisquel.info> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4 +VERSION=5 NETINST=true . ./config @@ -38,6 +38,12 @@ deb $LOCALMIRROR $CODENAME-updates main/debian-installer #deb $LOCALMIRROR $CODENAME-security main/debian-installer EOF +cat << EOF >> build/pkg-lists/netboot/common +firmware-carl9170-udeb +open-ath9k-htc-firmware-udeb +openfwwf-udeb +EOF + rpl 2004-2013 2004-2018 . -R rpl 2004-2012 2004-2018 . -R rpl 2004-2011 2004-2018 . -R -- GitLab