linux;linux-meta: deal with iwlwifi meta packages from source
This commit is contained in:
parent
53c268bc87
commit
1b753d044e
3 changed files with 22 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2026 Luis Guzman <ark@switnet.org>
|
||||
# Copyright (C) 2017-2018 Ruben Rodriguez <ruben@trisquel.info>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
|
@ -17,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=7
|
||||
VERSION=8
|
||||
. ./config
|
||||
|
||||
sed 's/22.04/11.0/g' -i debian/control
|
||||
|
|
@ -29,6 +30,9 @@ sed 's/Linux/Linux-libre/g' -i debian/control ./debian/control.d/generic*
|
|||
sed 's/, intel-microcode \[amd64\]//; s/, amd64-microcode \[amd64\]//;' -i debian/control debian/control.d/generic
|
||||
sed '/dkms_wireguard_version/d' -i debian/rules
|
||||
|
||||
# Add iwlwifi definition as dummy package
|
||||
cp $DATA/dkms-iwlwifi debian/control.d/dkms-iwlwifi
|
||||
|
||||
changelog "Removed linux-firmware dependency, renamed release for Trisquel"
|
||||
|
||||
package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue