mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
kernel-firmware: only x86_64 needs brcm pcie firmware
This commit is contained in:
parent
1cc850ed6a
commit
5932bc15c0
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user