summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/cortexa53
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2023-07-10 13:37:42 +0200
committerRobert Marko <robert.marko@sartura.hr>2024-06-17 20:16:19 +0200
commit793b925f8b35e278114bb3ab92564bae8b678122 (patch)
tree5998106f634e356f9967d533a3073c012643869e /target/linux/mvebu/cortexa53
parentae358b84895b54990a5ffb4e4777028db84ef9ec (diff)
downloadopenwrt-793b925f8b35e278114bb3ab92564bae8b678122.tar.gz
openwrt-793b925f8b35e278114bb3ab92564bae8b678122.tar.bz2
openwrt-793b925f8b35e278114bb3ab92564bae8b678122.zip
mvebu: cortexa53: include mkfs.f2fs and fdisk for sysupgrade
Methode devices require mkfs.f2fs in order to format rootfs and misc partitions if they have not already been formatted. fdisk is required if partition table got broke so it can be regenerated. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Diffstat (limited to 'target/linux/mvebu/cortexa53')
-rwxr-xr-xtarget/linux/mvebu/cortexa53/base-files/lib/upgrade/platform.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/cortexa53/base-files/lib/upgrade/platform.sh b/target/linux/mvebu/cortexa53/base-files/lib/upgrade/platform.sh
index cd41c39d7c..f77f15ecab 100755
--- a/target/linux/mvebu/cortexa53/base-files/lib/upgrade/platform.sh
+++ b/target/linux/mvebu/cortexa53/base-files/lib/upgrade/platform.sh
@@ -3,7 +3,7 @@
# Copyright (C) 2016 LEDE-Project.org
#
-RAMFS_COPY_BIN='fw_printenv fw_setenv'
+RAMFS_COPY_BIN='fw_printenv fw_setenv mkfs.f2fs fdisk'
RAMFS_COPY_DATA='/etc/fw_env.config /var/lock/fw_printenv.lock'
REQUIRE_IMAGE_METADATA=1