0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-20 05:50:29 +00:00
Files

13 lines
330 B
Plaintext
Raw Permalink Normal View History

2017-05-31 14:35:32 -07:00
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
SRCDIR="$BUILD/image/system/usr/share/bootloader"
DSTDIR="$RELEASE_DIR/3rdparty/bootloader"
mkdir -p "$DSTDIR"
2017-05-31 14:35:32 -07:00
if [ -n "$UBOOT_SYSTEM" ]; then
cp -a "$SRCDIR/u-boot.img" "$DSTDIR"
2017-05-31 14:35:32 -07:00
fi
cp -a "$SRCDIR"/*.dtb "$DSTDIR"