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
|
|
@ -22,7 +22,7 @@
|
|||
# Advice: fixes to 000-silent-accept-firmware.patch could speed up by testing changes
|
||||
# disabling deblob in order to apply changes.
|
||||
|
||||
VERSION=35
|
||||
VERSION=36
|
||||
HWEKR=6.8
|
||||
DI_ENABLED=1
|
||||
HWE_ENABLED=0
|
||||
|
|
@ -236,6 +236,10 @@ done
|
|||
#sed '/do_dkms_wireguard/d' -i debian/rules.d/2-binary-arch.mk
|
||||
#/bin/sed '/do_dkms_wireguard/d' -i $DEBIAN_PATH/rules.d/*
|
||||
|
||||
# iwlwifi mods
|
||||
sed -i '/^Package: linux-modules-iwlwifi/,/^$/d' debian/control
|
||||
sed -i 's/^Package: linux-modules-\([0-9].*generic.*\)/Package: linux-modules-\1\nProvides: linux-modules-iwlwifi-\1/g' debian/control
|
||||
|
||||
# Compile with less modules and avoid abi check
|
||||
echo -e 'skipmodule = true\nskipabi = true' | tee -a $DEBIAN_PATH/rules.d/0-common-vars.mk \
|
||||
debian/rules.d/0-common-vars.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue