mirror of
				https://github.com/libretro/Lakka-LibreELEC.git
				synced 2025-10-30 02:07:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			383 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			383 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0
 | |
| # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
 | |
| 
 | |
| mkdir -p $RELEASE_DIR/3rdparty/bootloader
 | |
|   if [ -n "$UBOOT_SYSTEM" ]; then
 | |
|     cp -a $(get_build_dir $BOOTLOADER)/flash.bin $RELEASE_DIR/3rdparty/bootloader/
 | |
|   fi
 | |
| 
 | |
|   cp -a $(get_build_dir linux)/arch/$TARGET_KERNEL_ARCH/boot/dts/freescale/*.dtb $RELEASE_DIR/3rdparty/bootloader
 | |
| 
 |