mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	Currently sysupgrade overwrites whole disk and destroys partitions added by user. Sync the sysupgrade code with the one present in x86 target to remedy this behaviour. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
		
			
				
	
	
		
			17 lines
		
	
	
		
			350 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			350 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Copyright (C) 2018 Sartura Ltd.
 | |
| #
 | |
| # This is free software, licensed under the GNU General Public License v2.
 | |
| # See /LICENSE for more information.
 | |
| #
 | |
| 
 | |
| include $(TOPDIR)/rules.mk
 | |
| 
 | |
| ARCH:=aarch64
 | |
| BOARDNAME:=Marvell Armada 7k/8k (ARM64)
 | |
| CPU_TYPE:=cortex-a72
 | |
| FEATURES+=ext4
 | |
| DEFAULT_PACKAGES+=e2fsprogs ethtool mkf2fs partx-utils
 | |
| 
 | |
| KERNELNAME:=Image dtbs
 |