mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Drop Amlogic config, don't install RPi sdio files
This commit is contained in:
@@ -62,6 +62,10 @@ makeinstall_target() {
|
||||
done < ${fwlist}
|
||||
done
|
||||
|
||||
# The following files are RPi specific and installed by brcmfmac_sdio-firmware-rpi instead
|
||||
rm -fr $FW_TARGET_DIR/brcm/brcmfmac43430*-sdio.bin
|
||||
rm -fr $FW_TARGET_DIR/brcm/brcmfmac43455*-sdio.bin
|
||||
|
||||
# Cleanup - which may be project or device specific
|
||||
find_file_path scripts/cleanup.sh && ${FOUND_PATH} ${FW_TARGET_DIR} || true
|
||||
}
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
FW_TARGET_DIR=$1
|
||||
|
||||
# The following files will be installed by brcmfmac_sdio-firmware-rpi instead
|
||||
rm -fr $FW_TARGET_DIR/brcm/brcmfmac43430*-sdio.bin
|
||||
rm -fr $FW_TARGET_DIR/brcm/brcmfmac43455*-sdio.bin
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user