mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Drop Amlogic config, don't install RPi sdio files
This commit is contained in:
parent
0abcbb1323
commit
266d6be5fa
@ -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
|
Loading…
x
Reference in New Issue
Block a user