X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmvebu%2Fbase-files%2Flib%2Fupgrade%2Fclearfog.sh;fp=target%2Flinux%2Fmvebu%2Fbase-files%2Flib%2Fupgrade%2Fclearfog.sh;h=b6dbde845820af00cfe1a82e53b25c6709648b75;hp=5388b221983ec607ebd20d64e392c4e53b1cc411;hb=b1317a10f74455bfbb126d0d0962f5c191865b5c;hpb=0ef28ea3875809ec4bebee29d908f31dd7c42b86 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