2e5a0b81ec
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
353 B
Makefile
17 lines
353 B
Makefile
#
|
|
# Copyright (C) 2017 Hauke Mehrtens
|
|
#
|
|
# 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 3700LP (ARM64)
|
|
CPU_TYPE:=cortex-a53
|
|
FEATURES+=ext4
|
|
DEFAULT_PACKAGES+=e2fsprogs ethtool mkf2fs partx-utils
|
|
|
|
KERNELNAME:=Image dtbs
|