From b1317a10f74455bfbb126d0d0962f5c191865b5c Mon Sep 17 00:00:00 2001 From: Tomasz Maciej Nowak Date: Thu, 25 Jan 2018 00:04:56 +0100 Subject: mvebu: remove fs declaration in mount commands Allows to have other file system for boot partition without breaking sysupgrade. Signed-off-by: Tomasz Maciej Nowak --- target/linux/mvebu/base-files/lib/upgrade/clearfog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mvebu/base-files/lib/upgrade') diff --git a/target/linux/mvebu/base-files/lib/upgrade/clearfog.sh b/target/linux/mvebu/base-files/lib/upgrade/clearfog.sh index 5388b22198..b6dbde8458 100644 --- a/target/linux/mvebu/base-files/lib/upgrade/clearfog.sh +++ b/target/linux/mvebu/base-files/lib/upgrade/clearfog.sh @@ -25,7 +25,7 @@ platform_do_upgrade_clearfog() { platform_copy_config_clearfog() { mkdir -p /boot - [ -f /boot/kernel.img ] || mount -t vfat -o rw,noatime /dev/mmcblk0p1 /boot + [ -f /boot/kernel.img ] || mount -o rw,noatime /dev/mmcblk0p1 /boot cp -af "$CONF_TAR" /boot/ sync umount /boot -- cgit v1.2.3