kernel-firmware: only x86_64 needs brcm pcie firmware

This commit is contained in:
MilhouseVH 2018-12-16 16:16:11 +00:00
parent 1cc850ed6a
commit 5932bc15c0

View File

@ -51,6 +51,9 @@ makeinstall_target() {
rm -fr $FW_TARGET_DIR/brcm/brcmfmac43455*-sdio.*
fi
# brcm pcie firmware is only needed by x86_64
[ "$TARGET_ARCH" != "x86_64" ] && rm -fr $FW_TARGET_DIR/brcm/*-pcie.*
# Cleanup - which may be project or device specific
find_file_path scripts/cleanup.sh && ${FOUND_PATH} ${FW_TARGET_DIR} || true
}