From e9c15801783f58115a4ad6b019d94a87c6c8233c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 28 Nov 2014 10:31:40 +0100 Subject: [PATCH] Dropping prism2-usb-firmware-installer which fetches firmware from (at least) temporarily broken website. --- scripts/build/chroot_firmware | 3 +++ 1 file changed, 3 insertions(+) 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