File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11diff --git a/functions/firmwarelists.sh b/functions/firmwarelists.sh
2- index fe11d985a..c3913f68e 100755
2+ index fe11d985a..6b3b405e3 100755
33--- a/functions/firmwarelists.sh
44+++ b/functions/firmwarelists.sh
5- @@ -91,7 +91,7 @@ Firmware_List_From_Contents () {
6- # Exclude ARM firmware when no ARM is requested
7- if [ ${HAS_ARM_ARCH} -eq 0 ]
8- then
9- - BLOCKLIST_FIRMWARE="${BLOCKLIST_FIRMWARE} arm-trusted-firmware-tools crust-firmware firmware-qcom-soc firmware-samsung firmware-ti-connectivity raspi-firmware"
10- + BLOCKLIST_FIRMWARE="${BLOCKLIST_FIRMWARE} arm-trusted-firmware-tools crust-firmware firmware-qcom-soc firmware-samsung firmware-ti-connectivity"
11- fi
5+ @@ -96,7 +96,7 @@ Firmware_List_From_Contents () {
126 # Exclude x86 firmware when no x86 is requested
137 if [ ${HAS_X86_ARCH} -eq 0 ]
8+ then
9+ - BLOCKLIST_FIRMWARE="${BLOCKLIST_FIRMWARE} amd64-microcode firmware-intel-sound firmware-sof-signed intel-microcode"
10+ + BLOCKLIST_FIRMWARE="${BLOCKLIST_FIRMWARE} amd64-microcode firmware-intel-sound firmware-sof-signed intel-microcode raspi-firmware"
11+ fi
12+
13+ # Deduplicate the list and prepare for easier manipulation by having each package on its own line
You can’t perform that action at this time.
0 commit comments