summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/chroot_firmware3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build/chroot_firmware b/scripts/build/chroot_firmware
index b2446f788..e810bec86 100755
--- a/scripts/build/chroot_firmware
+++ b/scripts/build/chroot_firmware
@@ -90,6 +90,9 @@ then
done
fi
+# Remove broken packages
+FIRMWARE_PACKAGES="$(echo ${FIRMWARE_PACKAGES} | grep -v prism2-usb-firmware-installer || true)"
+
# Drop section and keep package names only
for _PACKAGE in ${FIRMWARE_PACKAGES}
do