diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2019-03-28 18:07:09 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-04-06 16:31:10 +0200 |
commit | 2e5a0b81ec29a897fde5ca30b0dc95fd28b9d4fb (patch) | |
tree | ebbe1bb79a6e3aafa178df77f6588c2edad2aaea /target/linux/mvebu/cortexa53 | |
parent | 4e8345ff68f56e10167c2b7c9109d844c77053bd (diff) | |
download | upstream-2e5a0b81ec29a897fde5ca30b0dc95fd28b9d4fb.tar.gz upstream-2e5a0b81ec29a897fde5ca30b0dc95fd28b9d4fb.tar.bz2 upstream-2e5a0b81ec29a897fde5ca30b0dc95fd28b9d4fb.zip |
mvebu: sysupgrade: sdcard: keep user added partitons
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>
Diffstat (limited to 'target/linux/mvebu/cortexa53')
-rw-r--r-- | target/linux/mvebu/cortexa53/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/cortexa53/target.mk b/target/linux/mvebu/cortexa53/target.mk index d420fd9f59..fe89d08ffa 100644 --- a/target/linux/mvebu/cortexa53/target.mk +++ b/target/linux/mvebu/cortexa53/target.mk @@ -11,6 +11,6 @@ ARCH:=aarch64 BOARDNAME:=Marvell Armada 3700LP (ARM64) CPU_TYPE:=cortex-a53 FEATURES+=ext4 -DEFAULT_PACKAGES+=e2fsprogs ethtool mkf2fs +DEFAULT_PACKAGES+=e2fsprogs ethtool mkf2fs partx-utils KERNELNAME:=Image dtbs |