mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
mkimage: copy overlays for u-boot images
This commit is contained in:
parent
bc5bc703c3
commit
bbd9f80240
@ -219,6 +219,10 @@ elif [ "${BOOTLOADER}" = "u-boot" -a -n "${UBOOT_SYSTEM}" ]; then
|
|||||||
mcopy "${RELEASE_DIR}/3rdparty/bootloader/${DTB}" ::
|
mcopy "${RELEASE_DIR}/3rdparty/bootloader/${DTB}" ::
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d "${RELEASE_DIR}/3rdparty/bootloader/overlays" ]; then
|
||||||
|
mcopy -s "${RELEASE_DIR}/3rdparty/bootloader/overlays" ::
|
||||||
|
fi
|
||||||
|
|
||||||
mkdir -p "${LE_TMP}/extlinux"
|
mkdir -p "${LE_TMP}/extlinux"
|
||||||
|
|
||||||
cat << EOF > "${LE_TMP}/extlinux/extlinux.conf"
|
cat << EOF > "${LE_TMP}/extlinux/extlinux.conf"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user